Shades of Dark Slate Grey #214B4F
Tints of Dark Slate Grey #214B4F
RGB
CMYK
RGB Variations
Color information
#214B4F (or 0x214B4F) is known color: Dark Slate Grey. HEX triplet: 21, 4B and 4F. RGB value is (33,75,79). Sum of RGB (Red+Green+Blue) = 33+75+79=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #214B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B4F is #DEB4B0. Grayscale: #3E3E3E. Windows color (decimal): -14595249 or 5196577. OLE color: 5196577.
HSL color Cylindrical-coordinate representation of color #214B4F: hue angle of 185.22º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214B4F is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 75 | 79 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.69 |
| HSL | 185.22º | 0.41% | 0.22% | - |
| HSV(B) | 185.22º | 0.58% | 0.31% | - |
| XYZ | 4.55 | 5.92 | 8.3 | - |
| YUV | 62.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 79 | 0.58 | 0.05 | 0 | 0.69 | 185.22 | 0.41 | 0.22 |
| Hex | 21 | 4B | 4F | 3A | 5 | 0 | 45 | B9 | 29 | 16 |
| Octal | 41 | 113 | 117 | 72 | 5 | 0 | 105 | 271 | 51 | 26 |
| Binary | 100001 | 1001011 | 1001111 | 111010 | 101 | 0 | 1000101 | 10111001 | 101001 | 10110 |
Color Harmonies of #214B4F
Complementary color
Monochromatic Colors of #214B4F
Black with #214B4F
Text Example
Text Example
White with #214B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B4F; }
p { color: rgb(33,75,79); }
H1.HeaderClassName
{
color: #214B4F;
}
.AnyTagClassName
{
color: #214B4F;
}
</style>
background-color css
<style>
a { background-color: #214B4F; }
a { background-color: rgb(33,75,79); }
div.DivClassName
{
background-color: #214B4F;
}
.BgClassName
{
background-color: #214B4F;
}
</style>
border-color css
<style>
span { border-color: #214B4F; }
span { border-color: rgb(33,75,79); }
td.TdClassName
{
border-color: #214B4F;
}
.TagClassName
{
border-color: #214B4F;
}
</style>