Shades of Smalt #032A8F
Tints of Smalt #032A8F
RGB
CMYK
RGB Variations
Color information
#032A8F (or 0x032A8F) is known color: Smalt. HEX triplet: 03, 2A and 8F. RGB value is (3,42,143). Sum of RGB (Red+Green+Blue) = 3+42+143=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #032A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A8F is #FCD570. Grayscale: #292929. Windows color (decimal): -16569713 or 9382403. OLE color: 9382403.
HSL color Cylindrical-coordinate representation of color #032A8F: hue angle of 223.29º 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 #032A8F is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 42 | 143 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.44 |
| HSL | 223.29º | 0.96% | 0.29% | - |
| HSV(B) | 223.29º | 0.98% | 0.56% | - |
| XYZ | 5.82 | 3.66 | 26.39 | - |
| YUV | 41.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 143 | 0.98 | 0.71 | 0 | 0.44 | 223.29 | 0.96 | 0.29 |
| Hex | 3 | 2A | 8F | 62 | 47 | 0 | 2C | DF | 60 | 1D |
| Octal | 3 | 52 | 217 | 142 | 107 | 0 | 54 | 337 | 140 | 35 |
| Binary | 11 | 101010 | 10001111 | 1100010 | 1000111 | 0 | 101100 | 11011111 | 1100000 | 11101 |
Color Harmonies of #032A8F
Complementary color
Monochromatic Colors of #032A8F
Black with #032A8F
Text Example
Text Example
White with #032A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A8F; }
p { color: rgb(3,42,143); }
H1.HeaderClassName
{
color: #032A8F;
}
.AnyTagClassName
{
color: #032A8F;
}
</style>
background-color css
<style>
a { background-color: #032A8F; }
a { background-color: rgb(3,42,143); }
div.DivClassName
{
background-color: #032A8F;
}
.BgClassName
{
background-color: #032A8F;
}
</style>
border-color css
<style>
span { border-color: #032A8F; }
span { border-color: rgb(3,42,143); }
td.TdClassName
{
border-color: #032A8F;
}
.TagClassName
{
border-color: #032A8F;
}
</style>