#2C36B6

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

Shades of Persian Blue #2C36B6

Tints of Persian Blue #2C36B6

Color information

#2C36B6 (or 0x2C36B6) is unknown color: approx Persian Blue. HEX triplet: 2C, 36 and B6. RGB value is (44,54,182). Sum of RGB (Red+Green+Blue) = 44+54+182=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #2C36B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C36B6 is #D3C949. Grayscale: #414141. Windows color (decimal): -13879626 or 11941420. OLE color: 11941420.

HSL color Cylindrical-coordinate representation of color #2C36B6: hue angle of 235.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C36B6 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4454182-
CMYK0.760.7000.29
HSL235.65º61.06%44.31%-
HSV(B)235.65º75.82%71.37%-
XYZ10.86.5544.95-
YUV65.6193.69112.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 182 (71.48% from 255) = 65%
R=15.71%
G=19.29%
B=65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44541820.760.7000.29235.6561.0644.31
Hex2C36B64C4601Dec3d2c
Octal54662661141060353547554
Binary101100110110101101101001100100011001110111101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C36B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C36B6; }

 p { color: rgb(44,54,182); }

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

<style>
 a { background-color: #2C36B6; }

 a { background-color: rgb(44,54,182); }

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

<style>
 span { border-color: #2C36B6; }

 span { border-color: rgb(44,54,182); }

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