#044274

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

Shades of Dark Cerulean #044274

Tints of Dark Cerulean #044274

Color information

#044274 (or 0x044274) is unknown color: approx Dark Cerulean. HEX triplet: 04, 42 and 74. RGB value is (4,66,116). Sum of RGB (Red+Green+Blue) = 4+66+116=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #044274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044274 is #FBBD8B. Grayscale: #343434. Windows color (decimal): -16498060 or 7619076. OLE color: 7619076.

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

Color convert

RGB466116-
CMYK0.970.4300.55
HSL206.79º93.33%23.53%-
HSV(B)206.79º96.55%45.49%-
XYZ5.155.1817.25-
YUV53.16163.4692.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 116 (45.70% from 255) = 62.37%
R=2.15%
G=35.48%
B=62.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4661160.970.4300.55206.7993.3323.53
Hex44274612B037cf5d18
Octal41021641415306731713530
Binary100100001011101001100001101011011011111001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044274; }

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

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

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

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

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

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

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

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