Html Css Color HEX #03326E Prussian Blue

📋 copy color: '#03326E'

red 3 ◦ green 50 ◦ blue 110

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

Shades of Prussian Blue #03326E

Tints of Prussian Blue #03326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.48%

R = 1.84%
G = 30.67%
B = 67.48%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03326E (or 0x03326E) is known color: Prussian Blue. HEX triplet: 03, 32 and 6E. RGB value is (3,50,110). Sum of RGB (Red+Green+Blue) = 3+50+110=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #03326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326E is #FCCD91. Grayscale: #2A2A2A. Windows color (decimal): -16567698 or 7221763. OLE color: 7221763.

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

Color convert

RGB 3 50 110 -
CMYK 0.97 0.55 0 0.57
HSL 213.64º 0.95% 0.22% -
HSV(B) 213.64º 0.97% 0.43% -
XYZ 3.99 3.43 15.2 -
YUV 42.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 3 50 110 0.97 0.55 0 0.57 213.64 0.95 0.22
Hex 3 32 6E 61 37 0 39 D6 5F 16
Octal 3 62 156 141 67 0 71 326 137 26
Binary 11 110010 1101110 1100001 110111 0 111001 11010110 1011111 10110

Color Harmonies of #03326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03326E

Black with #03326E

Text Example


Text Example

White with #03326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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