#3136B8

Color #3136B8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3136B8

Tints of Persian Blue #3136B8

Color information

#3136B8 (or 0x3136B8) is unknown color: approx Persian Blue. HEX triplet: 31, 36 and B8. RGB value is (49,54,184). Sum of RGB (Red+Green+Blue) = 49+54+184=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #3136B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136B8 is #CEC947. Grayscale: #424242. Windows color (decimal): -13551944 or 12072497. OLE color: 12072497.

HSL color Cylindrical-coordinate representation of color #3136B8: hue angle of 237.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3136B8 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4954184-
CMYK0.730.7100.28
HSL237.78º57.94%45.69%-
HSV(B)237.78º73.37%72.16%-
XYZ11.246.7546.06-
YUV67.32193.84114.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 184 (72.27% from 255) = 64.11%
R=17.07%
G=18.82%
B=64.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49541840.730.7100.28237.7857.9445.69
Hex3136B8494701Cee3a2e
Octal61662701111070343567256
Binary110001110110101110001001001100011101110011101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3136B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3136B8; }

 p { color: rgb(49,54,184); }

 H1.HeaderClassName
 {
   color: #3136B8;
 }
 .AnyTagClassName
 {
   color: #3136B8;
 }
</style>
background-color css

<style>
 a { background-color: #3136B8; }

 a { background-color: rgb(49,54,184); }

 div.DivClassName
 {
   background-color: #3136B8;
 }
 .BgClassName
 {
   background-color: #3136B8;
 }
</style>
border-color css

<style>
 span { border-color: #3136B8; }

 span { border-color: rgb(49,54,184); }

 td.TdClassName
 {
   border-color: #3136B8;
 }
 .TagClassName
 {
   border-color: #3136B8;
 }
</style>