#024372

Color #024372 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024372

Tints of Dark Cerulean #024372

Color information

#024372 (or 0x024372) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 72. RGB value is (2,67,114). Sum of RGB (Red+Green+Blue) = 2+67+114=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #024372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024372 is #FDBC8D. Grayscale: #343434. Windows color (decimal): -16628878 or 7488258. OLE color: 7488258.

HSL color Cylindrical-coordinate representation of color #024372: hue angle of 205.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024372 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB267114-
CMYK0.980.4100.55
HSL205.18º96.55%22.75%-
HSV(B)205.18º98.25%44.71%-
XYZ5.075.2416.66-
YUV52.92162.4791.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=1.09%
G=36.61%
B=62.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2671140.980.4100.55205.1896.5522.75
Hex243726229037cd6117
Octal21031621425106731514127
Binary10100001111100101100010101001011011111001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024372; }

 p { color: rgb(2,67,114); }

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

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

 a { background-color: rgb(2,67,114); }

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

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

 span { border-color: rgb(2,67,114); }

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