Shades of Dark Slate Grey #254B4D
Tints of Dark Slate Grey #254B4D
RGB
CMYK
RGB Variations
Color information
#254B4D (or 0x254B4D) is known color: Dark Slate Grey. HEX triplet: 25, 4B and 4D. RGB value is (37,75,77). Sum of RGB (Red+Green+Blue) = 37+75+77=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #254B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B4D is #DAB4B2. Grayscale: #3F3F3F. Windows color (decimal): -14333107 or 5065509. OLE color: 5065509.
HSL color Cylindrical-coordinate representation of color #254B4D: hue angle of 183º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254B4D is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 75 | 77 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.70 |
| HSL | 183º | 0.35% | 0.22% | - |
| HSV(B) | 183º | 0.52% | 0.3% | - |
| XYZ | 4.62 | 5.96 | 7.93 | - |
| YUV | 63.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 77 | 0.52 | 0.03 | 0 | 0.70 | 183 | 0.35 | 0.22 |
| Hex | 25 | 4B | 4D | 34 | 3 | 0 | 46 | B7 | 23 | 16 |
| Octal | 45 | 113 | 115 | 64 | 3 | 0 | 106 | 267 | 43 | 26 |
| Binary | 100101 | 1001011 | 1001101 | 110100 | 11 | 0 | 1000110 | 10110111 | 100011 | 10110 |
Color Harmonies of #254B4D
Complementary color
Monochromatic Colors of #254B4D
Black with #254B4D
Text Example
Text Example
White with #254B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B4D; }
p { color: rgb(37,75,77); }
H1.HeaderClassName
{
color: #254B4D;
}
.AnyTagClassName
{
color: #254B4D;
}
</style>
background-color css
<style>
a { background-color: #254B4D; }
a { background-color: rgb(37,75,77); }
div.DivClassName
{
background-color: #254B4D;
}
.BgClassName
{
background-color: #254B4D;
}
</style>
border-color css
<style>
span { border-color: #254B4D; }
span { border-color: rgb(37,75,77); }
td.TdClassName
{
border-color: #254B4D;
}
.TagClassName
{
border-color: #254B4D;
}
</style>