Shades of Dark Slate Grey #254B4A
Tints of Dark Slate Grey #254B4A
RGB
CMYK
RGB Variations
Color information
#254B4A (or 0x254B4A) is known color: Dark Slate Grey. HEX triplet: 25, 4B and 4A. RGB value is (37,75,74). Sum of RGB (Red+Green+Blue) = 37+75+74=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #254B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B4A is #DAB4B5. Grayscale: #3F3F3F. Windows color (decimal): -14333110 or 4868901. OLE color: 4868901.
HSL color Cylindrical-coordinate representation of color #254B4A: hue angle of 178.42º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B4A is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 74 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.71 |
| HSL | 178.42º | 0.34% | 0.22% | - |
| HSV(B) | 178.42º | 0.51% | 0.29% | - |
| XYZ | 4.52 | 5.92 | 7.38 | - |
| YUV | 63.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 74 | 0.51 | 0 | 0.01 | 0.71 | 178.42 | 0.34 | 0.22 |
| Hex | 25 | 4B | 4A | 33 | 0 | 1 | 47 | B2 | 22 | 16 |
| Octal | 45 | 113 | 112 | 63 | 0 | 1 | 107 | 262 | 42 | 26 |
| Binary | 100101 | 1001011 | 1001010 | 110011 | 0 | 1 | 1000111 | 10110010 | 100010 | 10110 |
Color Harmonies of #254B4A
Complementary color
Monochromatic Colors of #254B4A
Black with #254B4A
Text Example
Text Example
White with #254B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B4A; }
p { color: rgb(37,75,74); }
H1.HeaderClassName
{
color: #254B4A;
}
.AnyTagClassName
{
color: #254B4A;
}
</style>
background-color css
<style>
a { background-color: #254B4A; }
a { background-color: rgb(37,75,74); }
div.DivClassName
{
background-color: #254B4A;
}
.BgClassName
{
background-color: #254B4A;
}
</style>
border-color css
<style>
span { border-color: #254B4A; }
span { border-color: rgb(37,75,74); }
td.TdClassName
{
border-color: #254B4A;
}
.TagClassName
{
border-color: #254B4A;
}
</style>