#024374

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

Shades of Dark Cerulean #024374

Tints of Dark Cerulean #024374

Color information

#024374 (or 0x024374) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 74. RGB value is (2,67,116). Sum of RGB (Red+Green+Blue) = 2+67+116=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #024374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024374 is #FDBC8B. Grayscale: #343434. Windows color (decimal): -16628876 or 7619330. OLE color: 7619330.

HSL color Cylindrical-coordinate representation of color #024374: hue angle of 205.79º 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 #024374 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB267116-
CMYK0.980.4200.55
HSL205.79º96.61%23.14%-
HSV(B)205.79º98.28%45.49%-
XYZ5.185.2917.27-
YUV53.15163.4791.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=1.08%
G=36.22%
B=62.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2671160.980.4200.55205.7996.6123.14
Hex24374622A037ce6117
Octal21031641425206731614127
Binary10100001111101001100010101010011011111001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024374; }

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

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

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

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

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

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

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

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