Shades of Smalt #032C8A
Tints of Smalt #032C8A
RGB
CMYK
RGB Variations
Color information
#032C8A (or 0x032C8A) is known color: Smalt. HEX triplet: 03, 2C and 8A. RGB value is (3,44,138). Sum of RGB (Red+Green+Blue) = 3+44+138=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #032C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C8A is #FCD375. Grayscale: #2A2A2A. Windows color (decimal): -16569206 or 9055235. OLE color: 9055235.
HSL color Cylindrical-coordinate representation of color #032C8A: hue angle of 221.78º 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 #032C8A is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 44 | 138 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.46 |
| HSL | 221.78º | 0.96% | 0.28% | - |
| HSV(B) | 221.78º | 0.98% | 0.54% | - |
| XYZ | 5.53 | 3.66 | 24.46 | - |
| YUV | 42.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 138 | 0.98 | 0.68 | 0 | 0.46 | 221.78 | 0.96 | 0.28 |
| Hex | 3 | 2C | 8A | 62 | 44 | 0 | 2E | DE | 60 | 1C |
| Octal | 3 | 54 | 212 | 142 | 104 | 0 | 56 | 336 | 140 | 34 |
| Binary | 11 | 101100 | 10001010 | 1100010 | 1000100 | 0 | 101110 | 11011110 | 1100000 | 11100 |
Color Harmonies of #032C8A
Complementary color
Monochromatic Colors of #032C8A
Black with #032C8A
Text Example
Text Example
White with #032C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C8A; }
p { color: rgb(3,44,138); }
H1.HeaderClassName
{
color: #032C8A;
}
.AnyTagClassName
{
color: #032C8A;
}
</style>
background-color css
<style>
a { background-color: #032C8A; }
a { background-color: rgb(3,44,138); }
div.DivClassName
{
background-color: #032C8A;
}
.BgClassName
{
background-color: #032C8A;
}
</style>
border-color css
<style>
span { border-color: #032C8A; }
span { border-color: rgb(3,44,138); }
td.TdClassName
{
border-color: #032C8A;
}
.TagClassName
{
border-color: #032C8A;
}
</style>