#032F6B

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

Shades of Prussian Blue #032F6B

Tints of Prussian Blue #032F6B

Color information

#032F6B (or 0x032F6B) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 6B. RGB value is (3,47,107). Sum of RGB (Red+Green+Blue) = 3+47+107=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #032F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F6B is #FCD094. Grayscale: #282828. Windows color (decimal): -16568469 or 7024387. OLE color: 7024387.

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

Color convert

RGB347107-
CMYK0.970.5600.58
HSL214.62º94.55%21.57%-
HSV(B)214.62º97.2%41.96%-
XYZ3.713.1114.32-
YUV40.68165.42101.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=1.91%
G=29.94%
B=68.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3471070.970.5600.58214.6294.5521.57
Hex32F6B613803Ad75f16
Octal3571531417007232713726
Binary1110111111010111100001111000011101011010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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