#032D96

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

Shades of Smalt #032D96

Tints of Smalt #032D96

Color information

#032D96 (or 0x032D96) is unknown color: approx Smalt. HEX triplet: 03, 2D and 96. RGB value is (3,45,150). Sum of RGB (Red+Green+Blue) = 3+45+150=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #032D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D96 is #FCD269. Grayscale: #2B2B2B. Windows color (decimal): -16568938 or 9841923. OLE color: 9841923.

HSL color Cylindrical-coordinate representation of color #032D96: hue angle of 222.86º 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 #032D96 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB345150-
CMYK0.980.7000.41
HSL222.86º96.08%30%-
HSV(B)222.86º98%58.82%-
XYZ6.484.129.3-
YUV44.41187.5998.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 150 (58.98% from 255) = 75.76%
R=1.52%
G=22.73%
B=75.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3451500.980.7000.41222.8696.0830
Hex32D966246029df601e
Octal35522614210605133714036
Binary111011011001011011000101000110010100111011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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