Html Css Color HEX #03327E Dark Cerulean

📋 copy color: '#03327E'

red 3 ◦ green 50 ◦ blue 126

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

Shades of Dark Cerulean #03327E

Tints of Dark Cerulean #03327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 70.39%

R = 1.68%
G = 27.93%
B = 70.39%

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

#03327E (or 0x03327E) is known color: Dark Cerulean. HEX triplet: 03, 32 and 7E. RGB value is (3,50,126). Sum of RGB (Red+Green+Blue) = 3+50+126=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #03327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03327E is #FCCD81. Grayscale: #2C2C2C. Windows color (decimal): -16567682 or 8270339. OLE color: 8270339.

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

Color convert

RGB 3 50 126 -
CMYK 0.98 0.60 0 0.51
HSL 217.07º 0.95% 0.25% -
HSV(B) 217.07º 0.98% 0.49% -
XYZ 4.94 3.81 20.21 -
YUV 44.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 3 50 126 0.98 0.60 0 0.51 217.07 0.95 0.25
Hex 3 32 7E 62 3C 0 33 D9 5F 19
Octal 3 62 176 142 74 0 63 331 137 31
Binary 11 110010 1111110 1100010 111100 0 110011 11011001 1011111 11001

Color Harmonies of #03327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03327E

Black with #03327E

Text Example


Text Example

White with #03327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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