Shades of Smalt #033894
Tints of Smalt #033894
RGB
CMYK
RGB Variations
Color information
#033894 (or 0x033894) is known color: Smalt. HEX triplet: 03, 38 and 94. RGB value is (3,56,148). Sum of RGB (Red+Green+Blue) = 3+56+148=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #033894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033894 is #FCC76B. Grayscale: #323232. Windows color (decimal): -16566124 or 9713667. OLE color: 9713667.
HSL color Cylindrical-coordinate representation of color #033894: hue angle of 218.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033894 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 56 | 148 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.42 |
| HSL | 218.07º | 0.96% | 0.3% | - |
| HSV(B) | 218.07º | 0.98% | 0.58% | - |
| XYZ | 6.8 | 4.99 | 28.62 | - |
| YUV | 50.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 148 | 0.98 | 0.62 | 0 | 0.42 | 218.07 | 0.96 | 0.3 |
| Hex | 3 | 38 | 94 | 62 | 3E | 0 | 2A | DA | 60 | 1E |
| Octal | 3 | 70 | 224 | 142 | 76 | 0 | 52 | 332 | 140 | 36 |
| Binary | 11 | 111000 | 10010100 | 1100010 | 111110 | 0 | 101010 | 11011010 | 1100000 | 11110 |
Color Harmonies of #033894
Complementary color
Monochromatic Colors of #033894
Black with #033894
Text Example
Text Example
White with #033894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033894; }
p { color: rgb(3,56,148); }
H1.HeaderClassName
{
color: #033894;
}
.AnyTagClassName
{
color: #033894;
}
</style>
background-color css
<style>
a { background-color: #033894; }
a { background-color: rgb(3,56,148); }
div.DivClassName
{
background-color: #033894;
}
.BgClassName
{
background-color: #033894;
}
</style>
border-color css
<style>
span { border-color: #033894; }
span { border-color: rgb(3,56,148); }
td.TdClassName
{
border-color: #033894;
}
.TagClassName
{
border-color: #033894;
}
</style>