#03397A

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

Shades of Dark Cerulean #03397A

Tints of Dark Cerulean #03397A

Color information

#03397A (or 0x03397A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 39 and 7A. RGB value is (3,57,122). Sum of RGB (Red+Green+Blue) = 3+57+122=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #03397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397A is #FCC685. Grayscale: #2F2F2F. Windows color (decimal): -16565894 or 8009987. OLE color: 8009987.

HSL color Cylindrical-coordinate representation of color #03397A: hue angle of 212.77º 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 #03397A is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB357122-
CMYK0.980.5300.52
HSL212.77º95.2%24.51%-
HSV(B)212.77º97.54%47.84%-
XYZ5.014.3518.99-
YUV48.26169.6195.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=1.65%
G=31.32%
B=67.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3571220.980.5300.52212.7795.224.51
Hex3397A6235034d55f19
Octal3711721426506432513731
Binary1111100111110101100010110101011010011010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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