#03327D

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

Shades of Dark Cerulean #03327D

Tints of Dark Cerulean #03327D

Color information

#03327D (or 0x03327D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 32 and 7D. RGB value is (3,50,125). Sum of RGB (Red+Green+Blue) = 3+50+125=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #03327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03327D is #FCCD82. Grayscale: #2C2C2C. Windows color (decimal): -16567683 or 8204803. OLE color: 8204803.

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

Color convert

RGB350125-
CMYK0.980.6000.51
HSL216.89º95.31%25.1%-
HSV(B)216.89º97.6%49.02%-
XYZ4.883.7819.87-
YUV44.5173.4398.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=1.69%
G=28.09%
B=70.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3501250.980.6000.51216.8995.3125.1
Hex3327D623C033d95f19
Octal3621751427406333113731
Binary1111001011111011100010111100011001111011001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,50,125); }

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

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

 a { background-color: rgb(3,50,125); }

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

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

 span { border-color: rgb(3,50,125); }

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