Shades of Smalt #032B85
Tints of Smalt #032B85
RGB
CMYK
RGB Variations
Color information
#032B85 (or 0x032B85) is known color: Smalt. HEX triplet: 03, 2B and 85. RGB value is (3,43,133). Sum of RGB (Red+Green+Blue) = 3+43+133=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #032B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B85 is #FCD47A. Grayscale: #282828. Windows color (decimal): -16569467 or 8727299. OLE color: 8727299.
HSL color Cylindrical-coordinate representation of color #032B85: hue angle of 221.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032B85 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 43 | 133 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.48 |
| HSL | 221.54º | 0.96% | 0.27% | - |
| HSV(B) | 221.54º | 0.98% | 0.52% | - |
| XYZ | 5.14 | 3.44 | 22.58 | - |
| YUV | 41.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 133 | 0.98 | 0.68 | 0 | 0.48 | 221.54 | 0.96 | 0.27 |
| Hex | 3 | 2B | 85 | 62 | 44 | 0 | 30 | DE | 60 | 1B |
| Octal | 3 | 53 | 205 | 142 | 104 | 0 | 60 | 336 | 140 | 33 |
| Binary | 11 | 101011 | 10000101 | 1100010 | 1000100 | 0 | 110000 | 11011110 | 1100000 | 11011 |
Color Harmonies of #032B85
Complementary color
Monochromatic Colors of #032B85
Black with #032B85
Text Example
Text Example
White with #032B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B85; }
p { color: rgb(3,43,133); }
H1.HeaderClassName
{
color: #032B85;
}
.AnyTagClassName
{
color: #032B85;
}
</style>
background-color css
<style>
a { background-color: #032B85; }
a { background-color: rgb(3,43,133); }
div.DivClassName
{
background-color: #032B85;
}
.BgClassName
{
background-color: #032B85;
}
</style>
border-color css
<style>
span { border-color: #032B85; }
span { border-color: rgb(3,43,133); }
td.TdClassName
{
border-color: #032B85;
}
.TagClassName
{
border-color: #032B85;
}
</style>