#03377A

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

Shades of Dark Cerulean #03377A

Tints of Dark Cerulean #03377A

Color information

#03377A (or 0x03377A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 37 and 7A. RGB value is (3,55,122). Sum of RGB (Red+Green+Blue) = 3+55+122=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #03377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03377A is #FCC885. Grayscale: #2E2E2E. Windows color (decimal): -16566406 or 8009475. OLE color: 8009475.

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

Color convert

RGB355122-
CMYK0.980.5500.52
HSL213.78º95.2%24.51%-
HSV(B)213.78º97.54%47.84%-
XYZ4.924.1618.96-
YUV47.09170.2796.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=1.67%
G=30.56%
B=67.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3551220.980.5500.52213.7895.224.51
Hex3377A6237034d65f19
Octal3671721426706432613731
Binary1111011111110101100010110111011010011010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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