#044372

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

Shades of Dark Cerulean #044372

Tints of Dark Cerulean #044372

Color information

#044372 (or 0x044372) is unknown color: approx Dark Cerulean. HEX triplet: 04, 43 and 72. RGB value is (4,67,114). Sum of RGB (Red+Green+Blue) = 4+67+114=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #044372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044372 is #FBBC8D. Grayscale: #353535. Windows color (decimal): -16497806 or 7488260. OLE color: 7488260.

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

Color convert

RGB467114-
CMYK0.960.4100.55
HSL205.64º93.22%23.14%-
HSV(B)205.64º96.49%44.71%-
XYZ5.095.2616.67-
YUV53.52162.1392.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=2.16%
G=36.22%
B=61.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4671140.960.4100.55205.6493.2223.14
Hex443726029037ce5d17
Octal41031621405106731613527
Binary100100001111100101100000101001011011111001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044372; }

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

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

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

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

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

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

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

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