#2C36AE

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

Shades of Persian Blue #2C36AE

Tints of Persian Blue #2C36AE

Color information

#2C36AE (or 0x2C36AE) is unknown color: approx Persian Blue. HEX triplet: 2C, 36 and AE. RGB value is (44,54,174). Sum of RGB (Red+Green+Blue) = 44+54+174=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C36AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C36AE is #D3C951. Grayscale: #404040. Windows color (decimal): -13879634 or 11417132. OLE color: 11417132.

HSL color Cylindrical-coordinate representation of color #2C36AE: hue angle of 235.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C36AE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4454174-
CMYK0.750.6900.32
HSL235.38º59.63%42.75%-
HSV(B)235.38º74.71%68.24%-
XYZ106.2340.72-
YUV64.69189.69113.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=16.18%
G=19.85%
B=63.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44541740.750.6900.32235.3859.6342.75
Hex2C36AE4B45020eb3c2b
Octal54662561131050403537453
Binary1011001101101010111010010111000101010000011101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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