Html Css Color HEX #03327C Dark Cerulean

📋 copy color: '#03327C'

red 3 ◦ green 50 ◦ blue 124

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

Shades of Dark Cerulean #03327C

Tints of Dark Cerulean #03327C

RGB

 RED value IS 3 (1.56% from 255) = 1.69%

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 1.69%
G = 28.25%
B = 70.06%

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

#03327C (or 0x03327C) is known color: Dark Cerulean. HEX triplet: 03, 32 and 7C. RGB value is (3,50,124). Sum of RGB (Red+Green+Blue) = 3+50+124=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #03327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03327C is #FCCD83. Grayscale: #2C2C2C. Windows color (decimal): -16567684 or 8139267. OLE color: 8139267.

HSL color Cylindrical-coordinate representation of color #03327C: hue angle of 216.69º 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 #03327C is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 50 124 -
CMYK 0.98 0.60 0 0.51
HSL 216.69º 0.95% 0.25% -
HSV(B) 216.69º 0.98% 0.49% -
XYZ 4.82 3.76 19.54 -
YUV 44.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 3 50 124 0.98 0.60 0 0.51 216.69 0.95 0.25
Hex 3 32 7C 62 3C 0 33 D9 5F 19
Octal 3 62 174 142 74 0 63 331 137 31
Binary 11 110010 1111100 1100010 111100 0 110011 11011001 1011111 11001

Color Harmonies of #03327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03327C

Black with #03327C

Text Example


Text Example

White with #03327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03327C;
 }
 .AnyTagClassName
 {
   color: #03327C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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