Shades of Dark Slate Grey #224A4D
Tints of Dark Slate Grey #224A4D
RGB
CMYK
RGB Variations
Color information
#224A4D (or 0x224A4D) is known color: Dark Slate Grey. HEX triplet: 22, 4A and 4D. RGB value is (34,74,77). Sum of RGB (Red+Green+Blue) = 34+74+77=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #224A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A4D is #DDB5B2. Grayscale: #3E3E3E. Windows color (decimal): -14529971 or 5065250. OLE color: 5065250.
HSL color Cylindrical-coordinate representation of color #224A4D: hue angle of 184.19º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224A4D is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 74 | 77 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.70 |
| HSL | 184.19º | 0.39% | 0.22% | - |
| HSV(B) | 184.19º | 0.56% | 0.3% | - |
| XYZ | 4.45 | 5.77 | 7.9 | - |
| YUV | 62.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 77 | 0.56 | 0.04 | 0 | 0.70 | 184.19 | 0.39 | 0.22 |
| Hex | 22 | 4A | 4D | 38 | 4 | 0 | 46 | B8 | 27 | 16 |
| Octal | 42 | 112 | 115 | 70 | 4 | 0 | 106 | 270 | 47 | 26 |
| Binary | 100010 | 1001010 | 1001101 | 111000 | 100 | 0 | 1000110 | 10111000 | 100111 | 10110 |
Color Harmonies of #224A4D
Complementary color
Monochromatic Colors of #224A4D
Black with #224A4D
Text Example
Text Example
White with #224A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A4D; }
p { color: rgb(34,74,77); }
H1.HeaderClassName
{
color: #224A4D;
}
.AnyTagClassName
{
color: #224A4D;
}
</style>
background-color css
<style>
a { background-color: #224A4D; }
a { background-color: rgb(34,74,77); }
div.DivClassName
{
background-color: #224A4D;
}
.BgClassName
{
background-color: #224A4D;
}
</style>
border-color css
<style>
span { border-color: #224A4D; }
span { border-color: rgb(34,74,77); }
td.TdClassName
{
border-color: #224A4D;
}
.TagClassName
{
border-color: #224A4D;
}
</style>