Shades of Dark Slate Grey #274E52
Tints of Dark Slate Grey #274E52
RGB
CMYK
RGB Variations
Color information
#274E52 (or 0x274E52) is known color: Dark Slate Grey. HEX triplet: 27, 4E and 52. RGB value is (39,78,82). Sum of RGB (Red+Green+Blue) = 39+78+82=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #274E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E52 is #D8B1AD. Grayscale: #424242. Windows color (decimal): -14201262 or 5393959. OLE color: 5393959.
HSL color Cylindrical-coordinate representation of color #274E52: hue angle of 185.58º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274E52 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 78 | 82 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.68 |
| HSL | 185.58º | 0.36% | 0.24% | - |
| HSV(B) | 185.58º | 0.52% | 0.32% | - |
| XYZ | 5.08 | 6.49 | 8.97 | - |
| YUV | 66.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 82 | 0.52 | 0.05 | 0 | 0.68 | 185.58 | 0.36 | 0.24 |
| Hex | 27 | 4E | 52 | 34 | 5 | 0 | 44 | BA | 24 | 18 |
| Octal | 47 | 116 | 122 | 64 | 5 | 0 | 104 | 272 | 44 | 30 |
| Binary | 100111 | 1001110 | 1010010 | 110100 | 101 | 0 | 1000100 | 10111010 | 100100 | 11000 |
Color Harmonies of #274E52
Complementary color
Monochromatic Colors of #274E52
Black with #274E52
Text Example
Text Example
White with #274E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E52; }
p { color: rgb(39,78,82); }
H1.HeaderClassName
{
color: #274E52;
}
.AnyTagClassName
{
color: #274E52;
}
</style>
background-color css
<style>
a { background-color: #274E52; }
a { background-color: rgb(39,78,82); }
div.DivClassName
{
background-color: #274E52;
}
.BgClassName
{
background-color: #274E52;
}
</style>
border-color css
<style>
span { border-color: #274E52; }
span { border-color: rgb(39,78,82); }
td.TdClassName
{
border-color: #274E52;
}
.TagClassName
{
border-color: #274E52;
}
</style>