Shades of Dark Slate Blue #2B2998
Tints of Dark Slate Blue #2B2998
RGB
CMYK
RGB Variations
Color information
#2B2998 (or 0x2B2998) is known color: Dark Slate Blue. HEX triplet: 2B, 29 and 98. RGB value is (43,41,152). Sum of RGB (Red+Green+Blue) = 43+41+152=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B2998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2998 is #D4D667. Grayscale: #353535. Windows color (decimal): -13948520 or 9972011. OLE color: 9972011.
HSL color Cylindrical-coordinate representation of color #2B2998: hue angle of 241.08º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2998 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 41 | 152 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.40 |
| HSL | 241.08º | 0.58% | 0.38% | - |
| HSV(B) | 241.08º | 0.73% | 0.6% | - |
| XYZ | 7.46 | 4.37 | 30.16 | - |
| YUV | 54.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 152 | 0.72 | 0.73 | 0 | 0.40 | 241.08 | 0.58 | 0.38 |
| Hex | 2B | 29 | 98 | 48 | 49 | 0 | 28 | F1 | 3A | 26 |
| Octal | 53 | 51 | 230 | 110 | 111 | 0 | 50 | 361 | 72 | 46 |
| Binary | 101011 | 101001 | 10011000 | 1001000 | 1001001 | 0 | 101000 | 11110001 | 111010 | 100110 |
Color Harmonies of #2B2998
Complementary color
Monochromatic Colors of #2B2998
Black with #2B2998
Text Example
Text Example
White with #2B2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2998; }
p { color: rgb(43,41,152); }
H1.HeaderClassName
{
color: #2B2998;
}
.AnyTagClassName
{
color: #2B2998;
}
</style>
background-color css
<style>
a { background-color: #2B2998; }
a { background-color: rgb(43,41,152); }
div.DivClassName
{
background-color: #2B2998;
}
.BgClassName
{
background-color: #2B2998;
}
</style>
border-color css
<style>
span { border-color: #2B2998; }
span { border-color: rgb(43,41,152); }
td.TdClassName
{
border-color: #2B2998;
}
.TagClassName
{
border-color: #2B2998;
}
</style>