Html Css Color HEX #032F77 Prussian Blue

📋 copy color: '#032F77'

red 3 ◦ green 47 ◦ blue 119

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

Shades of Prussian Blue #032F77

Tints of Prussian Blue #032F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.81%

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 1.78%
G = 27.81%
B = 70.41%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032F77 (or 0x032F77) is known color: Prussian Blue. HEX triplet: 03, 2F and 77. RGB value is (3,47,119). Sum of RGB (Red+Green+Blue) = 3+47+119=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #032F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F77 is #FCD088. Grayscale: #292929. Windows color (decimal): -16568457 or 7810819. OLE color: 7810819.

HSL color Cylindrical-coordinate representation of color #032F77: hue angle of 217.24º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F77 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 47 119 -
CMYK 0.97 0.61 0 0.53
HSL 217.24º 0.95% 0.24% -
HSV(B) 217.24º 0.97% 0.47% -
XYZ 4.38 3.38 17.87 -
YUV 42.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 3 47 119 0.97 0.61 0 0.53 217.24 0.95 0.24
Hex 3 2F 77 61 3D 0 35 D9 5F 18
Octal 3 57 167 141 75 0 65 331 137 30
Binary 11 101111 1110111 1100001 111101 0 110101 11011001 1011111 11000

Color Harmonies of #032F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F77

Black with #032F77

Text Example


Text Example

White with #032F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032F77; }

 p { color: rgb(3,47,119); }

 H1.HeaderClassName
 {
   color: #032F77;
 }
 .AnyTagClassName
 {
   color: #032F77;
 }
</style>

background-color css

<style>
 a { background-color: #032F77; }

 a { background-color: rgb(3,47,119); }

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

border-color css

<style>
 span { border-color: #032F77; }

 span { border-color: rgb(3,47,119); }

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