Shades of Smalt #003690
Tints of Smalt #003690
RGB
CMYK
RGB Variations
Color information
#003690 (or 0x003690) is known color: Smalt. HEX triplet: 00, 36 and 90. RGB value is (0,54,144). Sum of RGB (Red+Green+Blue) = 0+54+144=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #003690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003690 is #FFC96F. Grayscale: #2F2F2F. Windows color (decimal): -16763248 or 9451008. OLE color: 9451008.
HSL color Cylindrical-coordinate representation of color #003690: hue angle of 217.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003690 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 54 | 144 | - |
| CMYK | 1 | 0.63 | 0 | 0.44 |
| HSL | 217.5º | 1% | 0.28% | - |
| HSV(B) | 217.5º | 1% | 0.56% | - |
| XYZ | 6.35 | 4.65 | 26.95 | - |
| YUV | 48.11 | 182.11 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 144 | 1 | 0.63 | 0 | 0.44 | 217.5 | 1 | 0.28 |
| Hex | 0 | 36 | 90 | 64 | 3F | 0 | 2C | DA | 64 | 1C |
| Octal | 0 | 66 | 220 | 144 | 77 | 0 | 54 | 332 | 144 | 34 |
| Binary | 0 | 110110 | 10010000 | 1100100 | 111111 | 0 | 101100 | 11011010 | 1100100 | 11100 |
Color Harmonies of #003690
Complementary color
Monochromatic Colors of #003690
Black with #003690
Text Example
Text Example
White with #003690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003690; }
p { color: rgb(0,54,144); }
H1.HeaderClassName
{
color: #003690;
}
.AnyTagClassName
{
color: #003690;
}
</style>
background-color css
<style>
a { background-color: #003690; }
a { background-color: rgb(0,54,144); }
div.DivClassName
{
background-color: #003690;
}
.BgClassName
{
background-color: #003690;
}
</style>
border-color css
<style>
span { border-color: #003690; }
span { border-color: rgb(0,54,144); }
td.TdClassName
{
border-color: #003690;
}
.TagClassName
{
border-color: #003690;
}
</style>