Shades of Smalt #003698
Tints of Smalt #003698
RGB
CMYK
RGB Variations
Color information
#003698 (or 0x003698) is known color: Smalt. HEX triplet: 00, 36 and 98. RGB value is (0,54,152). Sum of RGB (Red+Green+Blue) = 0+54+152=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #003698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003698 is #FFC967. Grayscale: #303030. Windows color (decimal): -16763240 or 9975296. OLE color: 9975296.
HSL color Cylindrical-coordinate representation of color #003698: hue angle of 218.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003698 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 54 | 152 | - |
| CMYK | 1 | 0.64 | 0 | 0.40 |
| HSL | 218.68º | 1% | 0.3% | - |
| HSV(B) | 218.68º | 1% | 0.6% | - |
| XYZ | 6.99 | 4.91 | 30.28 | - |
| YUV | 49.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 152 | 1 | 0.64 | 0 | 0.40 | 218.68 | 1 | 0.3 |
| Hex | 0 | 36 | 98 | 64 | 40 | 0 | 28 | DB | 64 | 1E |
| Octal | 0 | 66 | 230 | 144 | 100 | 0 | 50 | 333 | 144 | 36 |
| Binary | 0 | 110110 | 10011000 | 1100100 | 1000000 | 0 | 101000 | 11011011 | 1100100 | 11110 |
Color Harmonies of #003698
Complementary color
Monochromatic Colors of #003698
Black with #003698
Text Example
Text Example
White with #003698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003698; }
p { color: rgb(0,54,152); }
H1.HeaderClassName
{
color: #003698;
}
.AnyTagClassName
{
color: #003698;
}
</style>
background-color css
<style>
a { background-color: #003698; }
a { background-color: rgb(0,54,152); }
div.DivClassName
{
background-color: #003698;
}
.BgClassName
{
background-color: #003698;
}
</style>
border-color css
<style>
span { border-color: #003698; }
span { border-color: rgb(0,54,152); }
td.TdClassName
{
border-color: #003698;
}
.TagClassName
{
border-color: #003698;
}
</style>