Html Css Color HEX #032E71 Prussian Blue

📋 copy color: '#032E71'

red 3 ◦ green 46 ◦ blue 113

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

Shades of Prussian Blue #032E71

Tints of Prussian Blue #032E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 113 (44.53% from 255) = 69.75%

R = 1.85%
G = 28.4%
B = 69.75%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032E71 (or 0x032E71) is known color: Prussian Blue. HEX triplet: 03, 2E and 71. RGB value is (3,46,113). Sum of RGB (Red+Green+Blue) = 3+46+113=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #032E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E71 is #FCD18E. Grayscale: #282828. Windows color (decimal): -16568719 or 7417347. OLE color: 7417347.

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

Color convert

RGB 3 46 113 -
CMYK 0.97 0.59 0 0.56
HSL 216.55º 0.95% 0.23% -
HSV(B) 216.55º 0.97% 0.44% -
XYZ 4 3.17 16.02 -
YUV 40.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 3 46 113 0.97 0.59 0 0.56 216.55 0.95 0.23
Hex 3 2E 71 61 3B 0 38 D9 5F 17
Octal 3 56 161 141 73 0 70 331 137 27
Binary 11 101110 1110001 1100001 111011 0 111000 11011001 1011111 10111

Color Harmonies of #032E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E71

Black with #032E71

Text Example


Text Example

White with #032E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,113); }

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

background-color css

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

 a { background-color: rgb(3,46,113); }

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

border-color css

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

 span { border-color: rgb(3,46,113); }

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