Html Css Color HEX #032F51 Prussian Blue

📋 copy color: '#032F51'

red 3 ◦ green 47 ◦ blue 81

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

Shades of Prussian Blue #032F51

Tints of Prussian Blue #032F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.83%

R = 2.29%
G = 35.88%
B = 61.83%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#032F51 (or 0x032F51) is known color: Prussian Blue. HEX triplet: 03, 2F and 51. RGB value is (3,47,81). Sum of RGB (Red+Green+Blue) = 3+47+81=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #032F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F51 is #FCD0AE. Grayscale: #252525. Windows color (decimal): -16568495 or 5320451. OLE color: 5320451.

HSL color Cylindrical-coordinate representation of color #032F51: hue angle of 206.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032F51 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 47 81 -
CMYK 0.96 0.42 0 0.68
HSL 206.15º 0.93% 0.16% -
HSV(B) 206.15º 0.96% 0.32% -
XYZ 2.54 2.65 8.16 -
YUV 37.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 3 47 81 0.96 0.42 0 0.68 206.15 0.93 0.16
Hex 3 2F 51 60 2A 0 44 CE 5D 10
Octal 3 57 121 140 52 0 104 316 135 20
Binary 11 101111 1010001 1100000 101010 0 1000100 11001110 1011101 10000

Color Harmonies of #032F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F51

Black with #032F51

Text Example


Text Example

White with #032F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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