Shades of Dark Slate Grey #254A4D
Tints of Dark Slate Grey #254A4D
RGB
CMYK
RGB Variations
Color information
#254A4D (or 0x254A4D) is known color: Dark Slate Grey. HEX triplet: 25, 4A and 4D. RGB value is (37,74,77). Sum of RGB (Red+Green+Blue) = 37+74+77=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #254A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A4D is #DAB5B2. Grayscale: #3F3F3F. Windows color (decimal): -14333363 or 5065253. OLE color: 5065253.
HSL color Cylindrical-coordinate representation of color #254A4D: hue angle of 184.5º 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 #254A4D is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 74 | 77 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.70 |
| HSL | 184.5º | 0.35% | 0.22% | - |
| HSV(B) | 184.5º | 0.52% | 0.3% | - |
| XYZ | 4.55 | 5.83 | 7.91 | - |
| YUV | 63.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 77 | 0.52 | 0.04 | 0 | 0.70 | 184.5 | 0.35 | 0.22 |
| Hex | 25 | 4A | 4D | 34 | 4 | 0 | 46 | B8 | 23 | 16 |
| Octal | 45 | 112 | 115 | 64 | 4 | 0 | 106 | 270 | 43 | 26 |
| Binary | 100101 | 1001010 | 1001101 | 110100 | 100 | 0 | 1000110 | 10111000 | 100011 | 10110 |
Color Harmonies of #254A4D
Complementary color
Monochromatic Colors of #254A4D
Black with #254A4D
Text Example
Text Example
White with #254A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A4D; }
p { color: rgb(37,74,77); }
H1.HeaderClassName
{
color: #254A4D;
}
.AnyTagClassName
{
color: #254A4D;
}
</style>
background-color css
<style>
a { background-color: #254A4D; }
a { background-color: rgb(37,74,77); }
div.DivClassName
{
background-color: #254A4D;
}
.BgClassName
{
background-color: #254A4D;
}
</style>
border-color css
<style>
span { border-color: #254A4D; }
span { border-color: rgb(37,74,77); }
td.TdClassName
{
border-color: #254A4D;
}
.TagClassName
{
border-color: #254A4D;
}
</style>