Shades of Dark Slate Blue #2D2895
Tints of Dark Slate Blue #2D2895
RGB
CMYK
RGB Variations
Color information
#2D2895 (or 0x2D2895) is known color: Dark Slate Blue. HEX triplet: 2D, 28 and 95. RGB value is (45,40,149). Sum of RGB (Red+Green+Blue) = 45+40+149=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2895 is #D2D76A. Grayscale: #353535. Windows color (decimal): -13817707 or 9775149. OLE color: 9775149.
HSL color Cylindrical-coordinate representation of color #2D2895: hue angle of 242.75º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2895 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 40 | 149 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.42 |
| HSL | 242.75º | 0.58% | 0.37% | - |
| HSV(B) | 242.75º | 0.73% | 0.58% | - |
| XYZ | 7.27 | 4.25 | 28.87 | - |
| YUV | 53.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 149 | 0.70 | 0.73 | 0 | 0.42 | 242.75 | 0.58 | 0.37 |
| Hex | 2D | 28 | 95 | 46 | 49 | 0 | 2A | F3 | 3A | 25 |
| Octal | 55 | 50 | 225 | 106 | 111 | 0 | 52 | 363 | 72 | 45 |
| Binary | 101101 | 101000 | 10010101 | 1000110 | 1001001 | 0 | 101010 | 11110011 | 111010 | 100101 |
Color Harmonies of #2D2895
Complementary color
Monochromatic Colors of #2D2895
Black with #2D2895
Text Example
Text Example
White with #2D2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2895; }
p { color: rgb(45,40,149); }
H1.HeaderClassName
{
color: #2D2895;
}
.AnyTagClassName
{
color: #2D2895;
}
</style>
background-color css
<style>
a { background-color: #2D2895; }
a { background-color: rgb(45,40,149); }
div.DivClassName
{
background-color: #2D2895;
}
.BgClassName
{
background-color: #2D2895;
}
</style>
border-color css
<style>
span { border-color: #2D2895; }
span { border-color: rgb(45,40,149); }
td.TdClassName
{
border-color: #2D2895;
}
.TagClassName
{
border-color: #2D2895;
}
</style>