Html Css Color HEX #044374 Dark Cerulean

📋 copy color: '#044374'

red 4 ◦ green 67 ◦ blue 116

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

Shades of Dark Cerulean #044374

Tints of Dark Cerulean #044374

RGB

 RED value IS 4 (1.95% from 255) = 2.14%

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 2.14%
G = 35.83%
B = 62.03%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044374 (or 0x044374) is known color: Dark Cerulean. HEX triplet: 04, 43 and 74. RGB value is (4,67,116). Sum of RGB (Red+Green+Blue) = 4+67+116=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #044374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044374 is #FBBC8B. Grayscale: #353535. Windows color (decimal): -16497804 or 7619332. OLE color: 7619332.

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

Color convert

RGB 4 67 116 -
CMYK 0.97 0.42 0 0.55
HSL 206.25º 0.93% 0.24% -
HSV(B) 206.25º 0.97% 0.45% -
XYZ 5.21 5.3 17.27 -
YUV 53.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 4 67 116 0.97 0.42 0 0.55 206.25 0.93 0.24
Hex 4 43 74 61 2A 0 37 CE 5D 18
Octal 4 103 164 141 52 0 67 316 135 30
Binary 100 1000011 1110100 1100001 101010 0 110111 11001110 1011101 11000

Color Harmonies of #044374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044374

Black with #044374

Text Example


Text Example

White with #044374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044374; }

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

 H1.HeaderClassName
 {
   color: #044374;
 }
 .AnyTagClassName
 {
   color: #044374;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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