#032F55

Color #032F55 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #032F55

Tints of Prussian Blue #032F55

Color information

#032F55 (or 0x032F55) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 55. RGB value is (3,47,85). Sum of RGB (Red+Green+Blue) = 3+47+85=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #032F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F55 is #FCD0AA. Grayscale: #252525. Windows color (decimal): -16568491 or 5582595. OLE color: 5582595.

HSL color Cylindrical-coordinate representation of color #032F55: hue angle of 207.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032F55 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34785-
CMYK0.960.4500.67
HSL207.8º93.18%17.25%-
HSV(B)207.8º96.47%33.33%-
XYZ2.692.718.98-
YUV38.18154.42102.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=2.22%
G=34.81%
B=62.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal347850.960.4500.67207.893.1817.25
Hex32F55602D043d05d11
Octal35712514055010332013521
Binary11101111101010111000001011010100001111010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032F55;
 }
 .AnyTagClassName
 {
   color: #032F55;
 }
</style>
background-color css

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

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

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

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

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

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