Html Css Color HEX #032F57 Prussian Blue

📋 copy color: '#032F57'

red 3 ◦ green 47 ◦ blue 87

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

Shades of Prussian Blue #032F57

Tints of Prussian Blue #032F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.5%

R = 2.19%
G = 34.31%
B = 63.5%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#032F57 (or 0x032F57) is known color: Prussian Blue. HEX triplet: 03, 2F and 57. RGB value is (3,47,87). Sum of RGB (Red+Green+Blue) = 3+47+87=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #032F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F57 is #FCD0A8. Grayscale: #262626. Windows color (decimal): -16568489 or 5713667. OLE color: 5713667.

HSL color Cylindrical-coordinate representation of color #032F57: hue angle of 208.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F57 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 47 87 -
CMYK 0.97 0.46 0 0.66
HSL 208.57º 0.93% 0.18% -
HSV(B) 208.57º 0.97% 0.34% -
XYZ 2.77 2.74 9.4 -
YUV 38.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 3 47 87 0.97 0.46 0 0.66 208.57 0.93 0.18
Hex 3 2F 57 61 2E 0 42 D1 5D 12
Octal 3 57 127 141 56 0 102 321 135 22
Binary 11 101111 1010111 1100001 101110 0 1000010 11010001 1011101 10010

Color Harmonies of #032F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F57

Black with #032F57

Text Example


Text Example

White with #032F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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