Shades of Smalt #003689
Tints of Smalt #003689
RGB
CMYK
RGB Variations
Color information
#003689 (or 0x003689) is known color: Smalt. HEX triplet: 00, 36 and 89. RGB value is (0,54,137). Sum of RGB (Red+Green+Blue) = 0+54+137=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #003689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003689 is #FFC976. Grayscale: #2E2E2E. Windows color (decimal): -16763255 or 8992256. OLE color: 8992256.
HSL color Cylindrical-coordinate representation of color #003689: hue angle of 216.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003689 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 54 | 137 | - |
| CMYK | 1 | 0.61 | 0 | 0.46 |
| HSL | 216.35º | 1% | 0.27% | - |
| HSV(B) | 216.35º | 1% | 0.54% | - |
| XYZ | 5.83 | 4.44 | 24.22 | - |
| YUV | 47.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 137 | 1 | 0.61 | 0 | 0.46 | 216.35 | 1 | 0.27 |
| Hex | 0 | 36 | 89 | 64 | 3D | 0 | 2E | D8 | 64 | 1B |
| Octal | 0 | 66 | 211 | 144 | 75 | 0 | 56 | 330 | 144 | 33 |
| Binary | 0 | 110110 | 10001001 | 1100100 | 111101 | 0 | 101110 | 11011000 | 1100100 | 11011 |
Color Harmonies of #003689
Complementary color
Monochromatic Colors of #003689
Black with #003689
Text Example
Text Example
White with #003689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003689; }
p { color: rgb(0,54,137); }
H1.HeaderClassName
{
color: #003689;
}
.AnyTagClassName
{
color: #003689;
}
</style>
background-color css
<style>
a { background-color: #003689; }
a { background-color: rgb(0,54,137); }
div.DivClassName
{
background-color: #003689;
}
.BgClassName
{
background-color: #003689;
}
</style>
border-color css
<style>
span { border-color: #003689; }
span { border-color: rgb(0,54,137); }
td.TdClassName
{
border-color: #003689;
}
.TagClassName
{
border-color: #003689;
}
</style>