Shades of Dark Slate Blue #2D279E
Tints of Dark Slate Blue #2D279E
RGB
CMYK
RGB Variations
Color information
#2D279E (or 0x2D279E) is known color: Dark Slate Blue. HEX triplet: 2D, 27 and 9E. RGB value is (45,39,158). Sum of RGB (Red+Green+Blue) = 45+39+158=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D279E is #D2D861. Grayscale: #353535. Windows color (decimal): -13817954 or 10364717. OLE color: 10364717.
HSL color Cylindrical-coordinate representation of color #2D279E: hue angle of 243.03º 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 #2D279E is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 39 | 158 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.38 |
| HSL | 243.03º | 0.6% | 0.39% | - |
| HSV(B) | 243.03º | 0.75% | 0.62% | - |
| XYZ | 7.98 | 4.48 | 32.79 | - |
| YUV | 54.36 | 186.49 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 158 | 0.72 | 0.75 | 0 | 0.38 | 243.03 | 0.6 | 0.39 |
| Hex | 2D | 27 | 9E | 48 | 4B | 0 | 26 | F3 | 3C | 27 |
| Octal | 55 | 47 | 236 | 110 | 113 | 0 | 46 | 363 | 74 | 47 |
| Binary | 101101 | 100111 | 10011110 | 1001000 | 1001011 | 0 | 100110 | 11110011 | 111100 | 100111 |
Color Harmonies of #2D279E
Complementary color
Monochromatic Colors of #2D279E
Black with #2D279E
Text Example
Text Example
White with #2D279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D279E; }
p { color: rgb(45,39,158); }
H1.HeaderClassName
{
color: #2D279E;
}
.AnyTagClassName
{
color: #2D279E;
}
</style>
background-color css
<style>
a { background-color: #2D279E; }
a { background-color: rgb(45,39,158); }
div.DivClassName
{
background-color: #2D279E;
}
.BgClassName
{
background-color: #2D279E;
}
</style>
border-color css
<style>
span { border-color: #2D279E; }
span { border-color: rgb(45,39,158); }
td.TdClassName
{
border-color: #2D279E;
}
.TagClassName
{
border-color: #2D279E;
}
</style>