#04357D

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

Shades of Dark Cerulean #04357D

Tints of Dark Cerulean #04357D

Color information

#04357D (or 0x04357D) is unknown color: approx Dark Cerulean. HEX triplet: 04, 35 and 7D. RGB value is (4,53,125). Sum of RGB (Red+Green+Blue) = 4+53+125=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #04357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04357D is #FBCA82. Grayscale: #2E2E2E. Windows color (decimal): -16501379 or 8205572. OLE color: 8205572.

HSL color Cylindrical-coordinate representation of color #04357D: hue angle of 215.7º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04357D is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB453125-
CMYK0.970.5800.51
HSL215.7º93.8%25.29%-
HSV(B)215.7º96.8%49.02%-
XYZ5.024.0519.92-
YUV46.56172.2797.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.20%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=2.20%
G=29.12%
B=68.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4531250.970.5800.51215.793.825.29
Hex4357D613A033d85e19
Octal4651751417206333013631
Binary10011010111111011100001111010011001111011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04357D; }

 p { color: rgb(4,53,125); }

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

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

 a { background-color: rgb(4,53,125); }

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

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

 span { border-color: rgb(4,53,125); }

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