#032F70

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

Shades of Prussian Blue #032F70

Tints of Prussian Blue #032F70

Color information

#032F70 (or 0x032F70) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 70. RGB value is (3,47,112). Sum of RGB (Red+Green+Blue) = 3+47+112=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #032F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F70 is #FCD08F. Grayscale: #282828. Windows color (decimal): -16568464 or 7352067. OLE color: 7352067.

HSL color Cylindrical-coordinate representation of color #032F70: hue angle of 215.78º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F70 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB347112-
CMYK0.970.5800.56
HSL215.78º94.78%22.55%-
HSV(B)215.78º97.32%43.92%-
XYZ3.983.2215.74-
YUV41.25167.92100.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=1.85%
G=29.01%
B=69.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3471120.970.5800.56215.7894.7822.55
Hex32F70613A038d85f17
Octal3571601417207033013727
Binary1110111111100001100001111010011100011011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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