Shades of Smalt #003693
Tints of Smalt #003693
RGB
CMYK
RGB Variations
Color information
#003693 (or 0x003693) is known color: Smalt. HEX triplet: 00, 36 and 93. RGB value is (0,54,147). Sum of RGB (Red+Green+Blue) = 0+54+147=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #003693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003693 is #FFC96C. Grayscale: #303030. Windows color (decimal): -16763245 or 9647616. OLE color: 9647616.
HSL color Cylindrical-coordinate representation of color #003693: hue angle of 217.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003693 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 54 | 147 | - |
| CMYK | 1 | 0.63 | 0 | 0.42 |
| HSL | 217.96º | 1% | 0.29% | - |
| HSV(B) | 217.96º | 1% | 0.58% | - |
| XYZ | 6.59 | 4.74 | 28.17 | - |
| YUV | 48.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 147 | 1 | 0.63 | 0 | 0.42 | 217.96 | 1 | 0.29 |
| Hex | 0 | 36 | 93 | 64 | 3F | 0 | 2A | DA | 64 | 1D |
| Octal | 0 | 66 | 223 | 144 | 77 | 0 | 52 | 332 | 144 | 35 |
| Binary | 0 | 110110 | 10010011 | 1100100 | 111111 | 0 | 101010 | 11011010 | 1100100 | 11101 |
Color Harmonies of #003693
Complementary color
Monochromatic Colors of #003693
Black with #003693
Text Example
Text Example
White with #003693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003693; }
p { color: rgb(0,54,147); }
H1.HeaderClassName
{
color: #003693;
}
.AnyTagClassName
{
color: #003693;
}
</style>
background-color css
<style>
a { background-color: #003693; }
a { background-color: rgb(0,54,147); }
div.DivClassName
{
background-color: #003693;
}
.BgClassName
{
background-color: #003693;
}
</style>
border-color css
<style>
span { border-color: #003693; }
span { border-color: rgb(0,54,147); }
td.TdClassName
{
border-color: #003693;
}
.TagClassName
{
border-color: #003693;
}
</style>