Shades of Smalt #033C9F
Tints of Smalt #033C9F
RGB
CMYK
RGB Variations
Color information
#033C9F (or 0x033C9F) is known color: Smalt. HEX triplet: 03, 3C and 9F. RGB value is (3,60,159). Sum of RGB (Red+Green+Blue) = 3+60+159=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #033C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C9F is #FCC360. Grayscale: #353535. Windows color (decimal): -16565089 or 10435587. OLE color: 10435587.
HSL color Cylindrical-coordinate representation of color #033C9F: hue angle of 218.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C9F is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 60 | 159 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.38 |
| HSL | 218.08º | 0.96% | 0.32% | - |
| HSV(B) | 218.08º | 0.98% | 0.62% | - |
| XYZ | 7.91 | 5.75 | 33.49 | - |
| YUV | 54.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 159 | 0.98 | 0.62 | 0 | 0.38 | 218.08 | 0.96 | 0.32 |
| Hex | 3 | 3C | 9F | 62 | 3E | 0 | 26 | DA | 60 | 20 |
| Octal | 3 | 74 | 237 | 142 | 76 | 0 | 46 | 332 | 140 | 40 |
| Binary | 11 | 111100 | 10011111 | 1100010 | 111110 | 0 | 100110 | 11011010 | 1100000 | 100000 |
Color Harmonies of #033C9F
Complementary color
Monochromatic Colors of #033C9F
Black with #033C9F
Text Example
Text Example
White with #033C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C9F; }
p { color: rgb(3,60,159); }
H1.HeaderClassName
{
color: #033C9F;
}
.AnyTagClassName
{
color: #033C9F;
}
</style>
background-color css
<style>
a { background-color: #033C9F; }
a { background-color: rgb(3,60,159); }
div.DivClassName
{
background-color: #033C9F;
}
.BgClassName
{
background-color: #033C9F;
}
</style>
border-color css
<style>
span { border-color: #033C9F; }
span { border-color: rgb(3,60,159); }
td.TdClassName
{
border-color: #033C9F;
}
.TagClassName
{
border-color: #033C9F;
}
</style>