Html Css Color HEX #024374 Dark Cerulean

📋 copy color: '#024374'

red 2 ◦ green 67 ◦ blue 116

#024374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #024374

Tints of Dark Cerulean #024374

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.7% from 255) = 62.7%

R = 1.08%
G = 36.22%
B = 62.7%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024374 (or 0x024374) is known color: 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

RGB 2 67 116 -
CMYK 0.98 0.42 0 0.55
HSL 205.79º 0.97% 0.23% -
HSV(B) 205.79º 0.98% 0.45% -
XYZ 5.18 5.29 17.27 -
YUV 53.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 2 67 116 0.98 0.42 0 0.55 205.79 0.97 0.23
Hex 2 43 74 62 2A 0 37 CE 61 17
Octal 2 103 164 142 52 0 67 316 141 27
Binary 10 1000011 1110100 1100010 101010 0 110111 11001110 1100001 10111

Color Harmonies of #024374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024374

Black with #024374

Text Example


Text Example

White with #024374

Text Example


Text Example

HTML Codes & Css Web 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>