Shades of Smalt #033C8F
Tints of Smalt #033C8F
RGB
CMYK
RGB Variations
Color information
#033C8F (or 0x033C8F) is known color: Smalt. HEX triplet: 03, 3C and 8F. RGB value is (3,60,143). Sum of RGB (Red+Green+Blue) = 3+60+143=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #033C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C8F is #FCC370. Grayscale: #343434. Windows color (decimal): -16565105 or 9387011. OLE color: 9387011.
HSL color Cylindrical-coordinate representation of color #033C8F: hue angle of 215.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C8F is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 60 | 143 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.44 |
| HSL | 215.57º | 0.96% | 0.29% | - |
| HSV(B) | 215.57º | 0.98% | 0.56% | - |
| XYZ | 6.61 | 5.23 | 26.65 | - |
| YUV | 52.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 143 | 0.98 | 0.58 | 0 | 0.44 | 215.57 | 0.96 | 0.29 |
| Hex | 3 | 3C | 8F | 62 | 3A | 0 | 2C | D8 | 60 | 1D |
| Octal | 3 | 74 | 217 | 142 | 72 | 0 | 54 | 330 | 140 | 35 |
| Binary | 11 | 111100 | 10001111 | 1100010 | 111010 | 0 | 101100 | 11011000 | 1100000 | 11101 |
Color Harmonies of #033C8F
Complementary color
Monochromatic Colors of #033C8F
Black with #033C8F
Text Example
Text Example
White with #033C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C8F; }
p { color: rgb(3,60,143); }
H1.HeaderClassName
{
color: #033C8F;
}
.AnyTagClassName
{
color: #033C8F;
}
</style>
background-color css
<style>
a { background-color: #033C8F; }
a { background-color: rgb(3,60,143); }
div.DivClassName
{
background-color: #033C8F;
}
.BgClassName
{
background-color: #033C8F;
}
</style>
border-color css
<style>
span { border-color: #033C8F; }
span { border-color: rgb(3,60,143); }
td.TdClassName
{
border-color: #033C8F;
}
.TagClassName
{
border-color: #033C8F;
}
</style>