Shades of Dark Slate Grey #254A4B
Tints of Dark Slate Grey #254A4B
RGB
CMYK
RGB Variations
Color information
#254A4B (or 0x254A4B) is known color: Dark Slate Grey. HEX triplet: 25, 4A and 4B. RGB value is (37,74,75). Sum of RGB (Red+Green+Blue) = 37+74+75=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #254A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A4B is #DAB5B4. Grayscale: #3F3F3F. Windows color (decimal): -14333365 or 4934181. OLE color: 4934181.
HSL color Cylindrical-coordinate representation of color #254A4B: hue angle of 181.58º 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 #254A4B is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 74 | 75 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.71 |
| HSL | 181.58º | 0.34% | 0.22% | - |
| HSV(B) | 181.58º | 0.51% | 0.29% | - |
| XYZ | 4.48 | 5.8 | 7.54 | - |
| YUV | 63.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 75 | 0.51 | 0.01 | 0 | 0.71 | 181.58 | 0.34 | 0.22 |
| Hex | 25 | 4A | 4B | 33 | 1 | 0 | 47 | B6 | 22 | 16 |
| Octal | 45 | 112 | 113 | 63 | 1 | 0 | 107 | 266 | 42 | 26 |
| Binary | 100101 | 1001010 | 1001011 | 110011 | 1 | 0 | 1000111 | 10110110 | 100010 | 10110 |
Color Harmonies of #254A4B
Complementary color
Monochromatic Colors of #254A4B
Black with #254A4B
Text Example
Text Example
White with #254A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A4B; }
p { color: rgb(37,74,75); }
H1.HeaderClassName
{
color: #254A4B;
}
.AnyTagClassName
{
color: #254A4B;
}
</style>
background-color css
<style>
a { background-color: #254A4B; }
a { background-color: rgb(37,74,75); }
div.DivClassName
{
background-color: #254A4B;
}
.BgClassName
{
background-color: #254A4B;
}
</style>
border-color css
<style>
span { border-color: #254A4B; }
span { border-color: rgb(37,74,75); }
td.TdClassName
{
border-color: #254A4B;
}
.TagClassName
{
border-color: #254A4B;
}
</style>