#032A60

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

Shades of Prussian Blue #032A60

Tints of Prussian Blue #032A60

Color information

#032A60 (or 0x032A60) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 60. RGB value is (3,42,96). Sum of RGB (Red+Green+Blue) = 3+42+96=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #032A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A60 is #FCD59F. Grayscale: #242424. Windows color (decimal): -16569760 or 6302211. OLE color: 6302211.

HSL color Cylindrical-coordinate representation of color #032A60: hue angle of 214.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A60 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34296-
CMYK0.970.5600.62
HSL214.84º93.94%19.41%-
HSV(B)214.84º96.88%37.65%-
XYZ2.982.5211.4-
YUV36.49161.58104.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=2.13%
G=29.79%
B=68.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal342960.970.5600.62214.8493.9419.41
Hex32A60613803Ed75e13
Octal3521401417007632713623
Binary1110101011000001100001111000011111011010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,96); }

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

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

 a { background-color: rgb(3,42,96); }

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

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

 span { border-color: rgb(3,42,96); }

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