Shades of Smalt #033C99
Tints of Smalt #033C99
RGB
CMYK
RGB Variations
Color information
#033C99 (or 0x033C99) is known color: Smalt. HEX triplet: 03, 3C and 99. RGB value is (3,60,153). Sum of RGB (Red+Green+Blue) = 3+60+153=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #033C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C99 is #FCC366. Grayscale: #353535. Windows color (decimal): -16565095 or 10042371. OLE color: 10042371.
HSL color Cylindrical-coordinate representation of color #033C99: hue angle of 217.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C99 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 60 | 153 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.4 |
| HSL | 217.2º | 0.96% | 0.31% | - |
| HSV(B) | 217.2º | 0.98% | 0.6% | - |
| XYZ | 7.4 | 5.55 | 30.82 | - |
| YUV | 53.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 153 | 0.98 | 0.61 | 0 | 0.4 | 217.2 | 0.96 | 0.31 |
| Hex | 3 | 3C | 99 | 62 | 3D | 0 | 28 | D9 | 60 | 1F |
| Octal | 3 | 74 | 231 | 142 | 75 | 0 | 50 | 331 | 140 | 37 |
| Binary | 11 | 111100 | 10011001 | 1100010 | 111101 | 0 | 101000 | 11011001 | 1100000 | 11111 |
Color Harmonies of #033C99
Complementary color
Monochromatic Colors of #033C99
Black with #033C99
Text Example
Text Example
White with #033C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C99; }
p { color: rgb(3,60,153); }
H1.HeaderClassName
{
color: #033C99;
}
.AnyTagClassName
{
color: #033C99;
}
</style>
background-color css
<style>
a { background-color: #033C99; }
a { background-color: rgb(3,60,153); }
div.DivClassName
{
background-color: #033C99;
}
.BgClassName
{
background-color: #033C99;
}
</style>
border-color css
<style>
span { border-color: #033C99; }
span { border-color: rgb(3,60,153); }
td.TdClassName
{
border-color: #033C99;
}
.TagClassName
{
border-color: #033C99;
}
</style>