Html Css Color HEX #03326F Prussian Blue

📋 copy color: '#03326F'

red 3 ◦ green 50 ◦ blue 111

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

Shades of Prussian Blue #03326F

Tints of Prussian Blue #03326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 1.83%
G = 30.49%
B = 67.68%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03326F (or 0x03326F) is known color: Prussian Blue. HEX triplet: 03, 32 and 6F. RGB value is (3,50,111). Sum of RGB (Red+Green+Blue) = 3+50+111=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #03326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326F is #FCCD90. Grayscale: #2A2A2A. Windows color (decimal): -16567697 or 7287299. OLE color: 7287299.

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

Color convert

RGB 3 50 111 -
CMYK 0.97 0.55 0 0.56
HSL 213.89º 0.95% 0.22% -
HSV(B) 213.89º 0.97% 0.44% -
XYZ 4.05 3.45 15.49 -
YUV 42.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 3 50 111 0.97 0.55 0 0.56 213.89 0.95 0.22
Hex 3 32 6F 61 37 0 38 D6 5F 16
Octal 3 62 157 141 67 0 70 326 137 26
Binary 11 110010 1101111 1100001 110111 0 111000 11010110 1011111 10110

Color Harmonies of #03326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03326F

Black with #03326F

Text Example


Text Example

White with #03326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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