Shades of Dark Slate Blue #2D2593
Tints of Dark Slate Blue #2D2593
RGB
CMYK
RGB Variations
Color information
#2D2593 (or 0x2D2593) is known color: Dark Slate Blue. HEX triplet: 2D, 25 and 93. RGB value is (45,37,147). Sum of RGB (Red+Green+Blue) = 45+37+147=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2593 is #D2DA6C. Grayscale: #333333. Windows color (decimal): -13818477 or 9643309. OLE color: 9643309.
HSL color Cylindrical-coordinate representation of color #2D2593: hue angle of 244.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D2593 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 37 | 147 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.42 |
| HSL | 244.36º | 0.6% | 0.36% | - |
| HSV(B) | 244.36º | 0.75% | 0.58% | - |
| XYZ | 7.01 | 3.99 | 28 | - |
| YUV | 51.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 147 | 0.69 | 0.75 | 0 | 0.42 | 244.36 | 0.6 | 0.36 |
| Hex | 2D | 25 | 93 | 45 | 4B | 0 | 2A | F4 | 3C | 24 |
| Octal | 55 | 45 | 223 | 105 | 113 | 0 | 52 | 364 | 74 | 44 |
| Binary | 101101 | 100101 | 10010011 | 1000101 | 1001011 | 0 | 101010 | 11110100 | 111100 | 100100 |
Color Harmonies of #2D2593
Complementary color
Monochromatic Colors of #2D2593
Black with #2D2593
Text Example
Text Example
White with #2D2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2593; }
p { color: rgb(45,37,147); }
H1.HeaderClassName
{
color: #2D2593;
}
.AnyTagClassName
{
color: #2D2593;
}
</style>
background-color css
<style>
a { background-color: #2D2593; }
a { background-color: rgb(45,37,147); }
div.DivClassName
{
background-color: #2D2593;
}
.BgClassName
{
background-color: #2D2593;
}
</style>
border-color css
<style>
span { border-color: #2D2593; }
span { border-color: rgb(45,37,147); }
td.TdClassName
{
border-color: #2D2593;
}
.TagClassName
{
border-color: #2D2593;
}
</style>