Shades of Smalt #002E92
Tints of Smalt #002E92
RGB
CMYK
RGB Variations
Color information
#002E92 (or 0x002E92) is known color: Smalt. HEX triplet: 00, 2E and 92. RGB value is (0,46,146). Sum of RGB (Red+Green+Blue) = 0+46+146=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #002E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E92 is #FFD16D. Grayscale: #2B2B2B. Windows color (decimal): -16765294 or 9580032. OLE color: 9580032.
HSL color Cylindrical-coordinate representation of color #002E92: hue angle of 221.1º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E92 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 46 | 146 | - |
| CMYK | 1 | 0.68 | 0 | 0.43 |
| HSL | 221.1º | 1% | 0.29% | - |
| HSV(B) | 221.1º | 1% | 0.57% | - |
| XYZ | 6.17 | 4.03 | 27.65 | - |
| YUV | 43.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 146 | 1 | 0.68 | 0 | 0.43 | 221.1 | 1 | 0.29 |
| Hex | 0 | 2E | 92 | 64 | 44 | 0 | 2B | DD | 64 | 1D |
| Octal | 0 | 56 | 222 | 144 | 104 | 0 | 53 | 335 | 144 | 35 |
| Binary | 0 | 101110 | 10010010 | 1100100 | 1000100 | 0 | 101011 | 11011101 | 1100100 | 11101 |
Color Harmonies of #002E92
Complementary color
Monochromatic Colors of #002E92
Black with #002E92
Text Example
Text Example
White with #002E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E92; }
p { color: rgb(0,46,146); }
H1.HeaderClassName
{
color: #002E92;
}
.AnyTagClassName
{
color: #002E92;
}
</style>
background-color css
<style>
a { background-color: #002E92; }
a { background-color: rgb(0,46,146); }
div.DivClassName
{
background-color: #002E92;
}
.BgClassName
{
background-color: #002E92;
}
</style>
border-color css
<style>
span { border-color: #002E92; }
span { border-color: rgb(0,46,146); }
td.TdClassName
{
border-color: #002E92;
}
.TagClassName
{
border-color: #002E92;
}
</style>