Shades of Smalt #032B83
Tints of Smalt #032B83
RGB
CMYK
RGB Variations
Color information
#032B83 (or 0x032B83) is known color: Smalt. HEX triplet: 03, 2B and 83. RGB value is (3,43,131). Sum of RGB (Red+Green+Blue) = 3+43+131=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #032B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B83 is #FCD47C. Grayscale: #282828. Windows color (decimal): -16569469 or 8596227. OLE color: 8596227.
HSL color Cylindrical-coordinate representation of color #032B83: hue angle of 221.25º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032B83 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 43 | 131 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.49 |
| HSL | 221.25º | 0.96% | 0.26% | - |
| HSV(B) | 221.25º | 0.98% | 0.51% | - |
| XYZ | 5 | 3.39 | 21.86 | - |
| YUV | 41.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 131 | 0.98 | 0.67 | 0 | 0.49 | 221.25 | 0.96 | 0.26 |
| Hex | 3 | 2B | 83 | 62 | 43 | 0 | 31 | DD | 60 | 1A |
| Octal | 3 | 53 | 203 | 142 | 103 | 0 | 61 | 335 | 140 | 32 |
| Binary | 11 | 101011 | 10000011 | 1100010 | 1000011 | 0 | 110001 | 11011101 | 1100000 | 11010 |
Color Harmonies of #032B83
Complementary color
Monochromatic Colors of #032B83
Black with #032B83
Text Example
Text Example
White with #032B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B83; }
p { color: rgb(3,43,131); }
H1.HeaderClassName
{
color: #032B83;
}
.AnyTagClassName
{
color: #032B83;
}
</style>
background-color css
<style>
a { background-color: #032B83; }
a { background-color: rgb(3,43,131); }
div.DivClassName
{
background-color: #032B83;
}
.BgClassName
{
background-color: #032B83;
}
</style>
border-color css
<style>
span { border-color: #032B83; }
span { border-color: rgb(3,43,131); }
td.TdClassName
{
border-color: #032B83;
}
.TagClassName
{
border-color: #032B83;
}
</style>