Shades of Dark Slate Grey #2B555A
Tints of Dark Slate Grey #2B555A
RGB
CMYK
RGB Variations
Color information
#2B555A (or 0x2B555A) is known color: Dark Slate Grey. HEX triplet: 2B, 55 and 5A. RGB value is (43,85,90). Sum of RGB (Red+Green+Blue) = 43+85+90=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B555A is #D4AAA5. Grayscale: #484848. Windows color (decimal): -13937318 or 5920043. OLE color: 5920043.
HSL color Cylindrical-coordinate representation of color #2B555A: hue angle of 186.38º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B555A is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 85 | 90 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.65 |
| HSL | 186.38º | 0.35% | 0.26% | - |
| HSV(B) | 186.38º | 0.52% | 0.35% | - |
| XYZ | 6.09 | 7.75 | 10.85 | - |
| YUV | 73.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 90 | 0.52 | 0.06 | 0 | 0.65 | 186.38 | 0.35 | 0.26 |
| Hex | 2B | 55 | 5A | 34 | 6 | 0 | 41 | BA | 23 | 1A |
| Octal | 53 | 125 | 132 | 64 | 6 | 0 | 101 | 272 | 43 | 32 |
| Binary | 101011 | 1010101 | 1011010 | 110100 | 110 | 0 | 1000001 | 10111010 | 100011 | 11010 |
Color Harmonies of #2B555A
Complementary color
Monochromatic Colors of #2B555A
Black with #2B555A
Text Example
Text Example
White with #2B555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B555A; }
p { color: rgb(43,85,90); }
H1.HeaderClassName
{
color: #2B555A;
}
.AnyTagClassName
{
color: #2B555A;
}
</style>
background-color css
<style>
a { background-color: #2B555A; }
a { background-color: rgb(43,85,90); }
div.DivClassName
{
background-color: #2B555A;
}
.BgClassName
{
background-color: #2B555A;
}
</style>
border-color css
<style>
span { border-color: #2B555A; }
span { border-color: rgb(43,85,90); }
td.TdClassName
{
border-color: #2B555A;
}
.TagClassName
{
border-color: #2B555A;
}
</style>