Shades of Dark Slate Grey #294E52
Tints of Dark Slate Grey #294E52
RGB
CMYK
RGB Variations
Color information
#294E52 (or 0x294E52) is known color: Dark Slate Grey. HEX triplet: 29, 4E and 52. RGB value is (41,78,82). Sum of RGB (Red+Green+Blue) = 41+78+82=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #294E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E52 is #D6B1AD. Grayscale: #434343. Windows color (decimal): -14070190 or 5393961. OLE color: 5393961.
HSL color Cylindrical-coordinate representation of color #294E52: hue angle of 185.85º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294E52 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 78 | 82 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.68 |
| HSL | 185.85º | 0.33% | 0.24% | - |
| HSV(B) | 185.85º | 0.5% | 0.32% | - |
| XYZ | 5.16 | 6.53 | 8.97 | - |
| YUV | 67.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 82 | 0.50 | 0.05 | 0 | 0.68 | 185.85 | 0.33 | 0.24 |
| Hex | 29 | 4E | 52 | 32 | 5 | 0 | 44 | BA | 21 | 18 |
| Octal | 51 | 116 | 122 | 62 | 5 | 0 | 104 | 272 | 41 | 30 |
| Binary | 101001 | 1001110 | 1010010 | 110010 | 101 | 0 | 1000100 | 10111010 | 100001 | 11000 |
Color Harmonies of #294E52
Complementary color
Monochromatic Colors of #294E52
Black with #294E52
Text Example
Text Example
White with #294E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E52; }
p { color: rgb(41,78,82); }
H1.HeaderClassName
{
color: #294E52;
}
.AnyTagClassName
{
color: #294E52;
}
</style>
background-color css
<style>
a { background-color: #294E52; }
a { background-color: rgb(41,78,82); }
div.DivClassName
{
background-color: #294E52;
}
.BgClassName
{
background-color: #294E52;
}
</style>
border-color css
<style>
span { border-color: #294E52; }
span { border-color: rgb(41,78,82); }
td.TdClassName
{
border-color: #294E52;
}
.TagClassName
{
border-color: #294E52;
}
</style>