Shades of Smalt #033C90
Tints of Smalt #033C90
RGB
CMYK
RGB Variations
Color information
#033C90 (or 0x033C90) is known color: Smalt. HEX triplet: 03, 3C and 90. RGB value is (3,60,144). Sum of RGB (Red+Green+Blue) = 3+60+144=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #033C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C90 is #FCC36F. Grayscale: #343434. Windows color (decimal): -16565104 or 9452547. OLE color: 9452547.
HSL color Cylindrical-coordinate representation of color #033C90: hue angle of 215.74º 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 #033C90 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 60 | 144 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.44 |
| HSL | 215.74º | 0.96% | 0.29% | - |
| HSV(B) | 215.74º | 0.98% | 0.56% | - |
| XYZ | 6.69 | 5.26 | 27.05 | - |
| YUV | 52.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 144 | 0.98 | 0.58 | 0 | 0.44 | 215.74 | 0.96 | 0.29 |
| Hex | 3 | 3C | 90 | 62 | 3A | 0 | 2C | D8 | 60 | 1D |
| Octal | 3 | 74 | 220 | 142 | 72 | 0 | 54 | 330 | 140 | 35 |
| Binary | 11 | 111100 | 10010000 | 1100010 | 111010 | 0 | 101100 | 11011000 | 1100000 | 11101 |
Color Harmonies of #033C90
Complementary color
Monochromatic Colors of #033C90
Black with #033C90
Text Example
Text Example
White with #033C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C90; }
p { color: rgb(3,60,144); }
H1.HeaderClassName
{
color: #033C90;
}
.AnyTagClassName
{
color: #033C90;
}
</style>
background-color css
<style>
a { background-color: #033C90; }
a { background-color: rgb(3,60,144); }
div.DivClassName
{
background-color: #033C90;
}
.BgClassName
{
background-color: #033C90;
}
</style>
border-color css
<style>
span { border-color: #033C90; }
span { border-color: rgb(3,60,144); }
td.TdClassName
{
border-color: #033C90;
}
.TagClassName
{
border-color: #033C90;
}
</style>