Shades of Dark Slate Grey #2D4B4A
Tints of Dark Slate Grey #2D4B4A
RGB
CMYK
RGB Variations
Color information
#2D4B4A (or 0x2D4B4A) is known color: Dark Slate Grey. HEX triplet: 2D, 4B and 4A. RGB value is (45,75,74). Sum of RGB (Red+Green+Blue) = 45+75+74=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B4A is #D2B4B5. Grayscale: #414141. Windows color (decimal): -13808822 or 4868909. OLE color: 4868909.
HSL color Cylindrical-coordinate representation of color #2D4B4A: hue angle of 178º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4B4A is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 74 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.71 |
| HSL | 178º | 0.25% | 0.24% | - |
| HSV(B) | 178º | 0.4% | 0.29% | - |
| XYZ | 4.83 | 6.08 | 7.4 | - |
| YUV | 65.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 74 | 0.40 | 0 | 0.01 | 0.71 | 178 | 0.25 | 0.24 |
| Hex | 2D | 4B | 4A | 28 | 0 | 1 | 47 | B2 | 19 | 18 |
| Octal | 55 | 113 | 112 | 50 | 0 | 1 | 107 | 262 | 31 | 30 |
| Binary | 101101 | 1001011 | 1001010 | 101000 | 0 | 1 | 1000111 | 10110010 | 11001 | 11000 |
Color Harmonies of #2D4B4A
Complementary color
Monochromatic Colors of #2D4B4A
Black with #2D4B4A
Text Example
Text Example
White with #2D4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B4A; }
p { color: rgb(45,75,74); }
H1.HeaderClassName
{
color: #2D4B4A;
}
.AnyTagClassName
{
color: #2D4B4A;
}
</style>
background-color css
<style>
a { background-color: #2D4B4A; }
a { background-color: rgb(45,75,74); }
div.DivClassName
{
background-color: #2D4B4A;
}
.BgClassName
{
background-color: #2D4B4A;
}
</style>
border-color css
<style>
span { border-color: #2D4B4A; }
span { border-color: rgb(45,75,74); }
td.TdClassName
{
border-color: #2D4B4A;
}
.TagClassName
{
border-color: #2D4B4A;
}
</style>