Html Css Color HEX #03324D Prussian Blue

📋 copy color: '#03324D'

red 3 ◦ green 50 ◦ blue 77

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

Shades of Prussian Blue #03324D

Tints of Prussian Blue #03324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 2.31%
G = 38.46%
B = 59.23%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03324D (or 0x03324D) is known color: Prussian Blue. HEX triplet: 03, 32 and 4D. RGB value is (3,50,77). Sum of RGB (Red+Green+Blue) = 3+50+77=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #03324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03324D is #FCCDB2. Grayscale: #262626. Windows color (decimal): -16567731 or 5059075. OLE color: 5059075.

HSL color Cylindrical-coordinate representation of color #03324D: hue angle of 201.89º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03324D is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 50 77 -
CMYK 0.96 0.35 0 0.70
HSL 201.89º 0.93% 0.16% -
HSV(B) 201.89º 0.96% 0.3% -
XYZ 2.52 2.84 7.44 -
YUV 39.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 3 50 77 0.96 0.35 0 0.70 201.89 0.93 0.16
Hex 3 32 4D 60 23 0 46 CA 5C 10
Octal 3 62 115 140 43 0 106 312 134 20
Binary 11 110010 1001101 1100000 100011 0 1000110 11001010 1011100 10000

Color Harmonies of #03324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03324D

Black with #03324D

Text Example


Text Example

White with #03324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03324D; }

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

 H1.HeaderClassName
 {
   color: #03324D;
 }
 .AnyTagClassName
 {
   color: #03324D;
 }
</style>

background-color css

<style>
 a { background-color: #03324D; }

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

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

border-color css

<style>
 span { border-color: #03324D; }

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

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