Shades of Smalt #032D8A
Tints of Smalt #032D8A
RGB
CMYK
RGB Variations
Color information
#032D8A (or 0x032D8A) is known color: Smalt. HEX triplet: 03, 2D and 8A. RGB value is (3,45,138). Sum of RGB (Red+Green+Blue) = 3+45+138=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #032D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D8A is #FCD275. Grayscale: #2A2A2A. Windows color (decimal): -16568950 or 9055491. OLE color: 9055491.
HSL color Cylindrical-coordinate representation of color #032D8A: hue angle of 221.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032D8A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 45 | 138 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.46 |
| HSL | 221.33º | 0.96% | 0.28% | - |
| HSV(B) | 221.33º | 0.98% | 0.54% | - |
| XYZ | 5.56 | 3.73 | 24.47 | - |
| YUV | 43.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 138 | 0.98 | 0.67 | 0 | 0.46 | 221.33 | 0.96 | 0.28 |
| Hex | 3 | 2D | 8A | 62 | 43 | 0 | 2E | DD | 60 | 1C |
| Octal | 3 | 55 | 212 | 142 | 103 | 0 | 56 | 335 | 140 | 34 |
| Binary | 11 | 101101 | 10001010 | 1100010 | 1000011 | 0 | 101110 | 11011101 | 1100000 | 11100 |
Color Harmonies of #032D8A
Complementary color
Monochromatic Colors of #032D8A
Black with #032D8A
Text Example
Text Example
White with #032D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D8A; }
p { color: rgb(3,45,138); }
H1.HeaderClassName
{
color: #032D8A;
}
.AnyTagClassName
{
color: #032D8A;
}
</style>
background-color css
<style>
a { background-color: #032D8A; }
a { background-color: rgb(3,45,138); }
div.DivClassName
{
background-color: #032D8A;
}
.BgClassName
{
background-color: #032D8A;
}
</style>
border-color css
<style>
span { border-color: #032D8A; }
span { border-color: rgb(3,45,138); }
td.TdClassName
{
border-color: #032D8A;
}
.TagClassName
{
border-color: #032D8A;
}
</style>