Html Css Color HEX #03327D Dark Cerulean

📋 copy color: '#03327D'

red 3 ◦ green 50 ◦ blue 125

#03327D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #03327D

Tints of Dark Cerulean #03327D

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 value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03327D (or 0x03327D) is known color: 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

RGB 3 50 125 -
CMYK 0.98 0.60 0 0.51
HSL 216.89º 0.95% 0.25% -
HSV(B) 216.89º 0.98% 0.49% -
XYZ 4.88 3.78 19.87 -
YUV 44.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 3 50 125 0.98 0.60 0 0.51 216.89 0.95 0.25
Hex 3 32 7D 62 3C 0 33 D9 5F 19
Octal 3 62 175 142 74 0 63 331 137 31
Binary 11 110010 1111101 1100010 111100 0 110011 11011001 1011111 11001

Color Harmonies of #03327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03327D

Black with #03327D

Text Example


Text Example

White with #03327D

Text Example


Text Example

HTML Codes & Css Web 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>