Html Css Color HEX #03326C Prussian Blue

📋 copy color: '#03326C'

red 3 ◦ green 50 ◦ blue 108

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

Shades of Prussian Blue #03326C

Tints of Prussian Blue #03326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 67.08%

R = 1.86%
G = 31.06%
B = 67.08%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03326C (or 0x03326C) is known color: Prussian Blue. HEX triplet: 03, 32 and 6C. RGB value is (3,50,108). Sum of RGB (Red+Green+Blue) = 3+50+108=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #03326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326C is #FCCD93. Grayscale: #2A2A2A. Windows color (decimal): -16567700 or 7090691. OLE color: 7090691.

HSL color Cylindrical-coordinate representation of color #03326C: hue angle of 213.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03326C is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 50 108 -
CMYK 0.97 0.54 0 0.58
HSL 213.14º 0.95% 0.22% -
HSV(B) 213.14º 0.97% 0.42% -
XYZ 3.88 3.38 14.64 -
YUV 42.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 3 50 108 0.97 0.54 0 0.58 213.14 0.95 0.22
Hex 3 32 6C 61 36 0 3A D5 5F 16
Octal 3 62 154 141 66 0 72 325 137 26
Binary 11 110010 1101100 1100001 110110 0 111010 11010101 1011111 10110

Color Harmonies of #03326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03326C

Black with #03326C

Text Example


Text Example

White with #03326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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