#2C3EAE

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

Shades of Persian Blue #2C3EAE

Tints of Persian Blue #2C3EAE

Color information

#2C3EAE (or 0x2C3EAE) is unknown color: approx Persian Blue. HEX triplet: 2C, 3E and AE. RGB value is (44,62,174). Sum of RGB (Red+Green+Blue) = 44+62+174=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C3EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3EAE is #D3C151. Grayscale: #444444. Windows color (decimal): -13877586 or 11419180. OLE color: 11419180.

HSL color Cylindrical-coordinate representation of color #2C3EAE: hue angle of 231.69º 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 #2C3EAE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4462174-
CMYK0.750.6400.32
HSL231.69º59.63%42.75%-
HSV(B)231.69º74.71%68.24%-
XYZ10.47.0440.85-
YUV69.39187.04109.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=15.71%
G=22.14%
B=62.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44621740.750.6400.32231.6959.6342.75
Hex2C3EAE4B40020e83c2b
Octal54762561131000403507453
Binary1011001111101010111010010111000000010000011101000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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