Shades of Dark Slate Blue #2B2795
Tints of Dark Slate Blue #2B2795
RGB
CMYK
RGB Variations
Color information
#2B2795 (or 0x2B2795) is known color: Dark Slate Blue. HEX triplet: 2B, 27 and 95. RGB value is (43,39,149). Sum of RGB (Red+Green+Blue) = 43+39+149=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2795 is #D4D86A. Grayscale: #343434. Windows color (decimal): -13949035 or 9774891. OLE color: 9774891.
HSL color Cylindrical-coordinate representation of color #2B2795: hue angle of 242.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2795 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 39 | 149 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.42 |
| HSL | 242.18º | 0.59% | 0.37% | - |
| HSV(B) | 242.18º | 0.74% | 0.58% | - |
| XYZ | 7.15 | 4.13 | 28.86 | - |
| YUV | 52.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 149 | 0.71 | 0.74 | 0 | 0.42 | 242.18 | 0.59 | 0.37 |
| Hex | 2B | 27 | 95 | 47 | 4A | 0 | 2A | F2 | 3B | 25 |
| Octal | 53 | 47 | 225 | 107 | 112 | 0 | 52 | 362 | 73 | 45 |
| Binary | 101011 | 100111 | 10010101 | 1000111 | 1001010 | 0 | 101010 | 11110010 | 111011 | 100101 |
Color Harmonies of #2B2795
Complementary color
Monochromatic Colors of #2B2795
Black with #2B2795
Text Example
Text Example
White with #2B2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2795; }
p { color: rgb(43,39,149); }
H1.HeaderClassName
{
color: #2B2795;
}
.AnyTagClassName
{
color: #2B2795;
}
</style>
background-color css
<style>
a { background-color: #2B2795; }
a { background-color: rgb(43,39,149); }
div.DivClassName
{
background-color: #2B2795;
}
.BgClassName
{
background-color: #2B2795;
}
</style>
border-color css
<style>
span { border-color: #2B2795; }
span { border-color: rgb(43,39,149); }
td.TdClassName
{
border-color: #2B2795;
}
.TagClassName
{
border-color: #2B2795;
}
</style>