Shades of Dark Slate Grey #274F54
Tints of Dark Slate Grey #274F54
RGB
CMYK
RGB Variations
Color information
#274F54 (or 0x274F54) is known color: Dark Slate Grey. HEX triplet: 27, 4F and 54. RGB value is (39,79,84). Sum of RGB (Red+Green+Blue) = 39+79+84=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #274F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F54 is #D8B0AB. Grayscale: #434343. Windows color (decimal): -14201004 or 5525287. OLE color: 5525287.
HSL color Cylindrical-coordinate representation of color #274F54: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274F54 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 79 | 84 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.67 |
| HSL | 186.67º | 0.37% | 0.24% | - |
| HSV(B) | 186.67º | 0.54% | 0.33% | - |
| XYZ | 5.23 | 6.66 | 9.4 | - |
| YUV | 67.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 84 | 0.54 | 0.06 | 0 | 0.67 | 186.67 | 0.37 | 0.24 |
| Hex | 27 | 4F | 54 | 36 | 6 | 0 | 43 | BB | 25 | 18 |
| Octal | 47 | 117 | 124 | 66 | 6 | 0 | 103 | 273 | 45 | 30 |
| Binary | 100111 | 1001111 | 1010100 | 110110 | 110 | 0 | 1000011 | 10111011 | 100101 | 11000 |
Color Harmonies of #274F54
Complementary color
Monochromatic Colors of #274F54
Black with #274F54
Text Example
Text Example
White with #274F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F54; }
p { color: rgb(39,79,84); }
H1.HeaderClassName
{
color: #274F54;
}
.AnyTagClassName
{
color: #274F54;
}
</style>
background-color css
<style>
a { background-color: #274F54; }
a { background-color: rgb(39,79,84); }
div.DivClassName
{
background-color: #274F54;
}
.BgClassName
{
background-color: #274F54;
}
</style>
border-color css
<style>
span { border-color: #274F54; }
span { border-color: rgb(39,79,84); }
td.TdClassName
{
border-color: #274F54;
}
.TagClassName
{
border-color: #274F54;
}
</style>