#032F68

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

Shades of Prussian Blue #032F68

Tints of Prussian Blue #032F68

Color information

#032F68 (or 0x032F68) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 68. RGB value is (3,47,104). Sum of RGB (Red+Green+Blue) = 3+47+104=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #032F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F68 is #FCD097. Grayscale: #282828. Windows color (decimal): -16568472 or 6827779. OLE color: 6827779.

HSL color Cylindrical-coordinate representation of color #032F68: hue angle of 213.86º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F68 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB347104-
CMYK0.970.5500.59
HSL213.86º94.39%20.98%-
HSV(B)213.86º97.12%40.78%-
XYZ3.553.0513.5-
YUV40.34163.92101.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=1.95%
G=30.52%
B=67.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3471040.970.5500.59213.8694.3920.98
Hex32F68613703Bd65e15
Octal3571501416707332613625
Binary1110111111010001100001110111011101111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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