Shades of Smalt #033C93
Tints of Smalt #033C93
RGB
CMYK
RGB Variations
Color information
#033C93 (or 0x033C93) is known color: Smalt. HEX triplet: 03, 3C and 93. RGB value is (3,60,147). Sum of RGB (Red+Green+Blue) = 3+60+147=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #033C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C93 is #FCC36C. Grayscale: #343434. Windows color (decimal): -16565101 or 9649155. OLE color: 9649155.
HSL color Cylindrical-coordinate representation of color #033C93: hue angle of 216.25º 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 #033C93 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 60 | 147 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.42 |
| HSL | 216.25º | 0.96% | 0.29% | - |
| HSV(B) | 216.25º | 0.98% | 0.58% | - |
| XYZ | 6.92 | 5.36 | 28.27 | - |
| YUV | 52.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 147 | 0.98 | 0.59 | 0 | 0.42 | 216.25 | 0.96 | 0.29 |
| Hex | 3 | 3C | 93 | 62 | 3B | 0 | 2A | D8 | 60 | 1D |
| Octal | 3 | 74 | 223 | 142 | 73 | 0 | 52 | 330 | 140 | 35 |
| Binary | 11 | 111100 | 10010011 | 1100010 | 111011 | 0 | 101010 | 11011000 | 1100000 | 11101 |
Color Harmonies of #033C93
Complementary color
Monochromatic Colors of #033C93
Black with #033C93
Text Example
Text Example
White with #033C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C93; }
p { color: rgb(3,60,147); }
H1.HeaderClassName
{
color: #033C93;
}
.AnyTagClassName
{
color: #033C93;
}
</style>
background-color css
<style>
a { background-color: #033C93; }
a { background-color: rgb(3,60,147); }
div.DivClassName
{
background-color: #033C93;
}
.BgClassName
{
background-color: #033C93;
}
</style>
border-color css
<style>
span { border-color: #033C93; }
span { border-color: rgb(3,60,147); }
td.TdClassName
{
border-color: #033C93;
}
.TagClassName
{
border-color: #033C93;
}
</style>