Shades of Dark Slate Grey #224B4E
Tints of Dark Slate Grey #224B4E
RGB
CMYK
RGB Variations
Color information
#224B4E (or 0x224B4E) is known color: Dark Slate Grey. HEX triplet: 22, 4B and 4E. RGB value is (34,75,78). Sum of RGB (Red+Green+Blue) = 34+75+78=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #224B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B4E is #DDB4B1. Grayscale: #3F3F3F. Windows color (decimal): -14529714 or 5131042. OLE color: 5131042.
HSL color Cylindrical-coordinate representation of color #224B4E: hue angle of 184.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224B4E is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 75 | 78 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.69 |
| HSL | 184.09º | 0.39% | 0.22% | - |
| HSV(B) | 184.09º | 0.56% | 0.31% | - |
| XYZ | 4.55 | 5.92 | 8.11 | - |
| YUV | 63.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 78 | 0.56 | 0.04 | 0 | 0.69 | 184.09 | 0.39 | 0.22 |
| Hex | 22 | 4B | 4E | 38 | 4 | 0 | 45 | B8 | 27 | 16 |
| Octal | 42 | 113 | 116 | 70 | 4 | 0 | 105 | 270 | 47 | 26 |
| Binary | 100010 | 1001011 | 1001110 | 111000 | 100 | 0 | 1000101 | 10111000 | 100111 | 10110 |
Color Harmonies of #224B4E
Complementary color
Monochromatic Colors of #224B4E
Black with #224B4E
Text Example
Text Example
White with #224B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B4E; }
p { color: rgb(34,75,78); }
H1.HeaderClassName
{
color: #224B4E;
}
.AnyTagClassName
{
color: #224B4E;
}
</style>
background-color css
<style>
a { background-color: #224B4E; }
a { background-color: rgb(34,75,78); }
div.DivClassName
{
background-color: #224B4E;
}
.BgClassName
{
background-color: #224B4E;
}
</style>
border-color css
<style>
span { border-color: #224B4E; }
span { border-color: rgb(34,75,78); }
td.TdClassName
{
border-color: #224B4E;
}
.TagClassName
{
border-color: #224B4E;
}
</style>