Html Css Color HEX #03325B Prussian Blue

📋 copy color: '#03325B'

red 3 ◦ green 50 ◦ blue 91

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

Shades of Prussian Blue #03325B

Tints of Prussian Blue #03325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.19%

R = 2.08%
G = 34.72%
B = 63.19%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03325B (or 0x03325B) is known color: Prussian Blue. HEX triplet: 03, 32 and 5B. RGB value is (3,50,91). Sum of RGB (Red+Green+Blue) = 3+50+91=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #03325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03325B is #FCCDA4. Grayscale: #282828. Windows color (decimal): -16567717 or 5976579. OLE color: 5976579.

HSL color Cylindrical-coordinate representation of color #03325B: hue angle of 207.95º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03325B is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 50 91 -
CMYK 0.97 0.45 0 0.64
HSL 207.95º 0.94% 0.18% -
HSV(B) 207.95º 0.97% 0.36% -
XYZ 3.07 3.06 10.33 -
YUV 40.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 3 50 91 0.97 0.45 0 0.64 207.95 0.94 0.18
Hex 3 32 5B 61 2D 0 40 D0 5E 12
Octal 3 62 133 141 55 0 100 320 136 22
Binary 11 110010 1011011 1100001 101101 0 1000000 11010000 1011110 10010

Color Harmonies of #03325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03325B

Black with #03325B

Text Example


Text Example

White with #03325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03325B; }

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

 H1.HeaderClassName
 {
   color: #03325B;
 }
 .AnyTagClassName
 {
   color: #03325B;
 }
</style>

background-color css

<style>
 a { background-color: #03325B; }

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

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

border-color css

<style>
 span { border-color: #03325B; }

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

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