#032F65

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

Shades of Prussian Blue #032F65

Tints of Prussian Blue #032F65

Color information

#032F65 (or 0x032F65) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 65. RGB value is (3,47,101). Sum of RGB (Red+Green+Blue) = 3+47+101=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #032F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F65 is #FCD09A. Grayscale: #272727. Windows color (decimal): -16568475 or 6631171. OLE color: 6631171.

HSL color Cylindrical-coordinate representation of color #032F65: hue angle of 213.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F65 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB347101-
CMYK0.970.5300.60
HSL213.06º94.23%20.39%-
HSV(B)213.06º97.03%39.61%-
XYZ3.42.9912.71-
YUV40162.42101.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 101 (39.84% from 255) = 66.89%
R=1.99%
G=31.13%
B=66.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3471010.970.5300.60213.0694.2320.39
Hex32F65613503Cd55e14
Octal3571451416507432513624
Binary1110111111001011100001110101011110011010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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