#032C62

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

Shades of Prussian Blue #032C62

Tints of Prussian Blue #032C62

Color information

#032C62 (or 0x032C62) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 62. RGB value is (3,44,98). Sum of RGB (Red+Green+Blue) = 3+44+98=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #032C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C62 is #FCD39D. Grayscale: #252525. Windows color (decimal): -16569246 or 6433795. OLE color: 6433795.

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

Color convert

RGB34498-
CMYK0.970.5500.62
HSL214.11º94.06%19.8%-
HSV(B)214.11º96.94%38.43%-
XYZ3.142.711.91-
YUV37.9161.92103.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=2.07%
G=30.34%
B=67.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal344980.970.5500.62214.1194.0619.8
Hex32C62613703Ed65e14
Octal3541421416707632613624
Binary1110110011000101100001110111011111011010110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,98); }

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

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

 a { background-color: rgb(3,44,98); }

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

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

 span { border-color: rgb(3,44,98); }

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