#032B63

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

Shades of Prussian Blue #032B63

Tints of Prussian Blue #032B63

Color information

#032B63 (or 0x032B63) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 63. RGB value is (3,43,99). Sum of RGB (Red+Green+Blue) = 3+43+99=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #032B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B63 is #FCD49C. Grayscale: #252525. Windows color (decimal): -16569501 or 6499075. OLE color: 6499075.

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

Color convert

RGB34399-
CMYK0.970.5700.61
HSL215º94.12%20%-
HSV(B)215º96.97%38.82%-
XYZ3.152.6512.15-
YUV37.42162.75103.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=2.07%
G=29.66%
B=68.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal343990.970.5700.6121594.1220
Hex32B63613903Dd75e14
Octal3531431417107532713624
Binary1110101111000111100001111001011110111010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,43,99); }

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

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

 a { background-color: rgb(3,43,99); }

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

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

 span { border-color: rgb(3,43,99); }

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