Shades of Smalt #032F8A
Tints of Smalt #032F8A
RGB
CMYK
RGB Variations
Color information
#032F8A (or 0x032F8A) is known color: Smalt. HEX triplet: 03, 2F and 8A. RGB value is (3,47,138). Sum of RGB (Red+Green+Blue) = 3+47+138=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #032F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F8A is #FCD075. Grayscale: #2B2B2B. Windows color (decimal): -16568438 or 9056003. OLE color: 9056003.
HSL color Cylindrical-coordinate representation of color #032F8A: hue angle of 220.44º 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 #032F8A is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 47 | 138 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.46 |
| HSL | 220.44º | 0.96% | 0.28% | - |
| HSV(B) | 220.44º | 0.98% | 0.54% | - |
| XYZ | 5.64 | 3.89 | 24.5 | - |
| YUV | 44.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 138 | 0.98 | 0.66 | 0 | 0.46 | 220.44 | 0.96 | 0.28 |
| Hex | 3 | 2F | 8A | 62 | 42 | 0 | 2E | DC | 60 | 1C |
| Octal | 3 | 57 | 212 | 142 | 102 | 0 | 56 | 334 | 140 | 34 |
| Binary | 11 | 101111 | 10001010 | 1100010 | 1000010 | 0 | 101110 | 11011100 | 1100000 | 11100 |
Color Harmonies of #032F8A
Complementary color
Monochromatic Colors of #032F8A
Black with #032F8A
Text Example
Text Example
White with #032F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F8A; }
p { color: rgb(3,47,138); }
H1.HeaderClassName
{
color: #032F8A;
}
.AnyTagClassName
{
color: #032F8A;
}
</style>
background-color css
<style>
a { background-color: #032F8A; }
a { background-color: rgb(3,47,138); }
div.DivClassName
{
background-color: #032F8A;
}
.BgClassName
{
background-color: #032F8A;
}
</style>
border-color css
<style>
span { border-color: #032F8A; }
span { border-color: rgb(3,47,138); }
td.TdClassName
{
border-color: #032F8A;
}
.TagClassName
{
border-color: #032F8A;
}
</style>