#032D55

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

Shades of Prussian Blue #032D55

Tints of Prussian Blue #032D55

Color information

#032D55 (or 0x032D55) is unknown color: approx Prussian Blue. HEX triplet: 03, 2D and 55. RGB value is (3,45,85). Sum of RGB (Red+Green+Blue) = 3+45+85=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #032D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D55 is #FCD2AA. Grayscale: #242424. Windows color (decimal): -16569003 or 5582083. OLE color: 5582083.

HSL color Cylindrical-coordinate representation of color #032D55: hue angle of 209.27º 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 #032D55 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34585-
CMYK0.960.4700.67
HSL209.27º93.18%17.25%-
HSV(B)209.27º96.47%33.33%-
XYZ2.622.558.95-
YUV37155.09103.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=2.26%
G=33.83%
B=63.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal345850.960.4700.67209.2793.1817.25
Hex32D55602F043d15d11
Octal35512514057010332113521
Binary11101101101010111000001011110100001111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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