Html Css Color HEX #032F59 Prussian Blue

📋 copy color: '#032F59'

red 3 ◦ green 47 ◦ blue 89

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

Shades of Prussian Blue #032F59

Tints of Prussian Blue #032F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 2.16%
G = 33.81%
B = 64.03%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032F59 (or 0x032F59) is known color: Prussian Blue. HEX triplet: 03, 2F and 59. RGB value is (3,47,89). Sum of RGB (Red+Green+Blue) = 3+47+89=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #032F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F59 is #FCD0A6. Grayscale: #262626. Windows color (decimal): -16568487 or 5844739. OLE color: 5844739.

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

Color convert

RGB 3 47 89 -
CMYK 0.97 0.47 0 0.65
HSL 209.3º 0.93% 0.18% -
HSV(B) 209.3º 0.97% 0.35% -
XYZ 2.86 2.77 9.84 -
YUV 38.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 3 47 89 0.97 0.47 0 0.65 209.3 0.93 0.18
Hex 3 2F 59 61 2F 0 41 D1 5D 12
Octal 3 57 131 141 57 0 101 321 135 22
Binary 11 101111 1011001 1100001 101111 0 1000001 11010001 1011101 10010

Color Harmonies of #032F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F59

Black with #032F59

Text Example


Text Example

White with #032F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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