Shades of Smalt #032F93
Tints of Smalt #032F93
RGB
CMYK
RGB Variations
Color information
#032F93 (or 0x032F93) is known color: Smalt. HEX triplet: 03, 2F and 93. RGB value is (3,47,147). Sum of RGB (Red+Green+Blue) = 3+47+147=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #032F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F93 is #FCD06C. Grayscale: #2C2C2C. Windows color (decimal): -16568429 or 9645827. OLE color: 9645827.
HSL color Cylindrical-coordinate representation of color #032F93: hue angle of 221.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032F93 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 47 | 147 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.42 |
| HSL | 221.67º | 0.96% | 0.29% | - |
| HSV(B) | 221.67º | 0.98% | 0.58% | - |
| XYZ | 6.32 | 4.16 | 28.07 | - |
| YUV | 45.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 147 | 0.98 | 0.68 | 0 | 0.42 | 221.67 | 0.96 | 0.29 |
| Hex | 3 | 2F | 93 | 62 | 44 | 0 | 2A | DE | 60 | 1D |
| Octal | 3 | 57 | 223 | 142 | 104 | 0 | 52 | 336 | 140 | 35 |
| Binary | 11 | 101111 | 10010011 | 1100010 | 1000100 | 0 | 101010 | 11011110 | 1100000 | 11101 |
Color Harmonies of #032F93
Complementary color
Monochromatic Colors of #032F93
Black with #032F93
Text Example
Text Example
White with #032F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F93; }
p { color: rgb(3,47,147); }
H1.HeaderClassName
{
color: #032F93;
}
.AnyTagClassName
{
color: #032F93;
}
</style>
background-color css
<style>
a { background-color: #032F93; }
a { background-color: rgb(3,47,147); }
div.DivClassName
{
background-color: #032F93;
}
.BgClassName
{
background-color: #032F93;
}
</style>
border-color css
<style>
span { border-color: #032F93; }
span { border-color: rgb(3,47,147); }
td.TdClassName
{
border-color: #032F93;
}
.TagClassName
{
border-color: #032F93;
}
</style>