#032D8F

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

Shades of Smalt #032D8F

Tints of Smalt #032D8F

Color information

#032D8F (or 0x032D8F) is unknown color: approx Smalt. HEX triplet: 03, 2D and 8F. RGB value is (3,45,143). Sum of RGB (Red+Green+Blue) = 3+45+143=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #032D8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D8F is #FCD270. Grayscale: #2B2B2B. Windows color (decimal): -16568945 or 9383171. OLE color: 9383171.

HSL color Cylindrical-coordinate representation of color #032D8F: hue angle of 222º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032D8F is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB345143-
CMYK0.980.6900.44
HSL222º95.89%28.63%-
HSV(B)222º97.9%56.08%-
XYZ5.933.8826.42-
YUV43.61184.0999.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 143 (56.25% from 255) = 74.87%
R=1.57%
G=23.56%
B=74.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3451430.980.6900.4422295.8928.63
Hex32D8F624502Cde601d
Octal35521714210505433614035
Binary111011011000111111000101000101010110011011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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