Shades of Smalt #032B8D
Tints of Smalt #032B8D
RGB
CMYK
RGB Variations
Color information
#032B8D (or 0x032B8D) is known color: Smalt. HEX triplet: 03, 2B and 8D. RGB value is (3,43,141). Sum of RGB (Red+Green+Blue) = 3+43+141=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #032B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B8D is #FCD472. Grayscale: #292929. Windows color (decimal): -16569459 or 9251587. OLE color: 9251587.
HSL color Cylindrical-coordinate representation of color #032B8D: hue angle of 222.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032B8D is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 43 | 141 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.45 |
| HSL | 222.61º | 0.96% | 0.28% | - |
| HSV(B) | 222.61º | 0.98% | 0.55% | - |
| XYZ | 5.71 | 3.67 | 25.61 | - |
| YUV | 42.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 141 | 0.98 | 0.70 | 0 | 0.45 | 222.61 | 0.96 | 0.28 |
| Hex | 3 | 2B | 8D | 62 | 46 | 0 | 2D | DF | 60 | 1C |
| Octal | 3 | 53 | 215 | 142 | 106 | 0 | 55 | 337 | 140 | 34 |
| Binary | 11 | 101011 | 10001101 | 1100010 | 1000110 | 0 | 101101 | 11011111 | 1100000 | 11100 |
Color Harmonies of #032B8D
Complementary color
Monochromatic Colors of #032B8D
Black with #032B8D
Text Example
Text Example
White with #032B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B8D; }
p { color: rgb(3,43,141); }
H1.HeaderClassName
{
color: #032B8D;
}
.AnyTagClassName
{
color: #032B8D;
}
</style>
background-color css
<style>
a { background-color: #032B8D; }
a { background-color: rgb(3,43,141); }
div.DivClassName
{
background-color: #032B8D;
}
.BgClassName
{
background-color: #032B8D;
}
</style>
border-color css
<style>
span { border-color: #032B8D; }
span { border-color: rgb(3,43,141); }
td.TdClassName
{
border-color: #032B8D;
}
.TagClassName
{
border-color: #032B8D;
}
</style>