#032B55

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

Shades of Prussian Blue #032B55

Tints of Prussian Blue #032B55

Color information

#032B55 (or 0x032B55) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 55. RGB value is (3,43,85). Sum of RGB (Red+Green+Blue) = 3+43+85=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #032B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B55 is #FCD4AA. Grayscale: #232323. Windows color (decimal): -16569515 or 5581571. OLE color: 5581571.

HSL color Cylindrical-coordinate representation of color #032B55: hue angle of 210.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032B55 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34385-
CMYK0.960.4900.67
HSL210.73º93.18%17.25%-
HSV(B)210.73º96.47%33.33%-
XYZ2.542.48.92-
YUV35.83155.75104.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 85 (33.59% from 255) = 64.89%
R=2.29%
G=32.82%
B=64.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal343850.960.4900.67210.7393.1817.25
Hex32B556031043d35d11
Octal35312514061010332313521
Binary11101011101010111000001100010100001111010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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