#032B64

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

Shades of Prussian Blue #032B64

Tints of Prussian Blue #032B64

Color information

#032B64 (or 0x032B64) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 64. RGB value is (3,43,100). Sum of RGB (Red+Green+Blue) = 3+43+100=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 100 (39.45% from 255 or 68.49% from 146); Max value from RGB is 100 - color contains mainly: blue. Hex color #032B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B64 is #FCD49B. Grayscale: #252525. Windows color (decimal): -16569500 or 6564611. OLE color: 6564611.

HSL color Cylindrical-coordinate representation of color #032B64: hue angle of 215.26º 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 #032B64 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB343100-
CMYK0.970.5700.61
HSL215.26º94.17%20.2%-
HSV(B)215.26º97%39.22%-
XYZ3.22.6712.4-
YUV37.54163.25103.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 100 (39.45% from 255) = 68.49%
R=2.05%
G=29.45%
B=68.49%

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
Decimal3431000.970.5700.61215.2694.1720.2
Hex32B64613903Dd75e14
Octal3531441417107532713624
Binary1110101111001001100001111001011110111010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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