Shades of Dark Slate Blue #2D289E
Tints of Dark Slate Blue #2D289E
RGB
CMYK
RGB Variations
Color information
#2D289E (or 0x2D289E) is known color: Dark Slate Blue. HEX triplet: 2D, 28 and 9E. RGB value is (45,40,158). Sum of RGB (Red+Green+Blue) = 45+40+158=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D289E is #D2D761. Grayscale: #363636. Windows color (decimal): -13817698 or 10364973. OLE color: 10364973.
HSL color Cylindrical-coordinate representation of color #2D289E: hue angle of 242.54º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D289E is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 40 | 158 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.38 |
| HSL | 242.54º | 0.6% | 0.39% | - |
| HSV(B) | 242.54º | 0.75% | 0.62% | - |
| XYZ | 8.01 | 4.54 | 32.8 | - |
| YUV | 54.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 158 | 0.72 | 0.75 | 0 | 0.38 | 242.54 | 0.6 | 0.39 |
| Hex | 2D | 28 | 9E | 48 | 4B | 0 | 26 | F3 | 3C | 27 |
| Octal | 55 | 50 | 236 | 110 | 113 | 0 | 46 | 363 | 74 | 47 |
| Binary | 101101 | 101000 | 10011110 | 1001000 | 1001011 | 0 | 100110 | 11110011 | 111100 | 100111 |
Color Harmonies of #2D289E
Complementary color
Monochromatic Colors of #2D289E
Black with #2D289E
Text Example
Text Example
White with #2D289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D289E; }
p { color: rgb(45,40,158); }
H1.HeaderClassName
{
color: #2D289E;
}
.AnyTagClassName
{
color: #2D289E;
}
</style>
background-color css
<style>
a { background-color: #2D289E; }
a { background-color: rgb(45,40,158); }
div.DivClassName
{
background-color: #2D289E;
}
.BgClassName
{
background-color: #2D289E;
}
</style>
border-color css
<style>
span { border-color: #2D289E; }
span { border-color: rgb(45,40,158); }
td.TdClassName
{
border-color: #2D289E;
}
.TagClassName
{
border-color: #2D289E;
}
</style>