#04377A

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

Shades of Dark Cerulean #04377A

Tints of Dark Cerulean #04377A

Color information

#04377A (or 0x04377A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 37 and 7A. RGB value is (4,55,122). Sum of RGB (Red+Green+Blue) = 4+55+122=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #04377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04377A is #FBC885. Grayscale: #2F2F2F. Windows color (decimal): -16500870 or 8009476. OLE color: 8009476.

HSL color Cylindrical-coordinate representation of color #04377A: hue angle of 214.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04377A is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB455122-
CMYK0.970.5500.52
HSL214.07º93.65%24.71%-
HSV(B)214.07º96.72%47.84%-
XYZ4.934.1618.96-
YUV47.39170.197.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 122 (48.05% from 255) = 67.40%
R=2.21%
G=30.39%
B=67.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4551220.970.5500.52214.0793.6524.71
Hex4377A6137034d65e19
Octal4671721416706432613631
Binary10011011111110101100001110111011010011010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04377A; }

 p { color: rgb(4,55,122); }

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

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

 a { background-color: rgb(4,55,122); }

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

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

 span { border-color: rgb(4,55,122); }

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