#032A96

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

Shades of Smalt #032A96

Tints of Smalt #032A96

Color information

#032A96 (or 0x032A96) is unknown color: approx Smalt. HEX triplet: 03, 2A and 96. RGB value is (3,42,150). Sum of RGB (Red+Green+Blue) = 3+42+150=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #032A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A96 is #FCD569. Grayscale: #2A2A2A. Windows color (decimal): -16569706 or 9841155. OLE color: 9841155.

HSL color Cylindrical-coordinate representation of color #032A96: hue angle of 224.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A96 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB342150-
CMYK0.980.7200.41
HSL224.08º96.08%30%-
HSV(B)224.08º98%58.82%-
XYZ6.373.8829.27-
YUV42.65188.5899.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 150 (58.98% from 255) = 76.92%
R=1.54%
G=21.54%
B=76.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3421500.980.7200.41224.0896.0830
Hex32A966248029e0601e
Octal35222614211005134014036
Binary111010101001011011000101001000010100111100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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