#045388

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

Shades of Dark Cerulean #045388

Tints of Dark Cerulean #045388

Color information

#045388 (or 0x045388) is unknown color: approx Dark Cerulean. HEX triplet: 04, 53 and 88. RGB value is (4,83,136). Sum of RGB (Red+Green+Blue) = 4+83+136=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #045388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045388 is #FBAC77. Grayscale: #414141. Windows color (decimal): -16493688 or 8934148. OLE color: 8934148.

HSL color Cylindrical-coordinate representation of color #045388: hue angle of 204.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045388 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB483136-
CMYK0.970.3900.47
HSL204.09º94.29%27.45%-
HSV(B)204.09º97.06%53.33%-
XYZ7.597.9924.43-
YUV65.42167.8384.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=1.79%
G=37.22%
B=60.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4831360.970.3900.47204.0994.2927.45
Hex45388612702Fcc5e1b
Octal41232101414705731413633
Binary1001010011100010001100001100111010111111001100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045388; }

 p { color: rgb(4,83,136); }

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

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

 a { background-color: rgb(4,83,136); }

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

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

 span { border-color: rgb(4,83,136); }

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