#3136BD

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

Shades of Persian Blue #3136BD

Tints of Persian Blue #3136BD

Color information

#3136BD (or 0x3136BD) is unknown color: approx Persian Blue. HEX triplet: 31, 36 and BD. RGB value is (49,54,189). Sum of RGB (Red+Green+Blue) = 49+54+189=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #3136BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136BD is #CEC942. Grayscale: #434343. Windows color (decimal): -13551939 or 12400177. OLE color: 12400177.

HSL color Cylindrical-coordinate representation of color #3136BD: hue angle of 237.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3136BD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4954189-
CMYK0.740.7100.26
HSL237.86º58.82%46.67%-
HSV(B)237.86º74.07%74.12%-
XYZ11.776.9748.87-
YUV67.9196.34114.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 189 (74.22% from 255) = 64.73%
R=16.78%
G=18.49%
B=64.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49541890.740.7100.26237.8658.8246.67
Hex3136BD4A4701Aee3b2f
Octal61662751121070323567357
Binary110001110110101111011001010100011101101011101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3136BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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