Shades of Dark Slate Grey #254C4E
Tints of Dark Slate Grey #254C4E
RGB
CMYK
RGB Variations
Color information
#254C4E (or 0x254C4E) is known color: Dark Slate Grey. HEX triplet: 25, 4C and 4E. RGB value is (37,76,78). Sum of RGB (Red+Green+Blue) = 37+76+78=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #254C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C4E is #DAB3B1. Grayscale: #404040. Windows color (decimal): -14332850 or 5131301. OLE color: 5131301.
HSL color Cylindrical-coordinate representation of color #254C4E: hue angle of 182.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254C4E is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 76 | 78 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.69 |
| HSL | 182.93º | 0.36% | 0.23% | - |
| HSV(B) | 182.93º | 0.53% | 0.31% | - |
| XYZ | 4.72 | 6.11 | 8.14 | - |
| YUV | 64.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 78 | 0.53 | 0.03 | 0 | 0.69 | 182.93 | 0.36 | 0.23 |
| Hex | 25 | 4C | 4E | 35 | 3 | 0 | 45 | B7 | 24 | 17 |
| Octal | 45 | 114 | 116 | 65 | 3 | 0 | 105 | 267 | 44 | 27 |
| Binary | 100101 | 1001100 | 1001110 | 110101 | 11 | 0 | 1000101 | 10110111 | 100100 | 10111 |
Color Harmonies of #254C4E
Complementary color
Monochromatic Colors of #254C4E
Black with #254C4E
Text Example
Text Example
White with #254C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C4E; }
p { color: rgb(37,76,78); }
H1.HeaderClassName
{
color: #254C4E;
}
.AnyTagClassName
{
color: #254C4E;
}
</style>
background-color css
<style>
a { background-color: #254C4E; }
a { background-color: rgb(37,76,78); }
div.DivClassName
{
background-color: #254C4E;
}
.BgClassName
{
background-color: #254C4E;
}
</style>
border-color css
<style>
span { border-color: #254C4E; }
span { border-color: rgb(37,76,78); }
td.TdClassName
{
border-color: #254C4E;
}
.TagClassName
{
border-color: #254C4E;
}
</style>