Shades of Dark Slate Blue #2D279A
Tints of Dark Slate Blue #2D279A
RGB
CMYK
RGB Variations
Color information
#2D279A (or 0x2D279A) is known color: Dark Slate Blue. HEX triplet: 2D, 27 and 9A. RGB value is (45,39,154). Sum of RGB (Red+Green+Blue) = 45+39+154=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D279A is #D2D865. Grayscale: #353535. Windows color (decimal): -13817958 or 10102573. OLE color: 10102573.
HSL color Cylindrical-coordinate representation of color #2D279A: hue angle of 243.13º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D279A is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 39 | 154 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.40 |
| HSL | 243.13º | 0.6% | 0.38% | - |
| HSV(B) | 243.13º | 0.75% | 0.6% | - |
| XYZ | 7.64 | 4.34 | 31.01 | - |
| YUV | 53.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 154 | 0.71 | 0.75 | 0 | 0.40 | 243.13 | 0.6 | 0.38 |
| Hex | 2D | 27 | 9A | 47 | 4B | 0 | 28 | F3 | 3C | 26 |
| Octal | 55 | 47 | 232 | 107 | 113 | 0 | 50 | 363 | 74 | 46 |
| Binary | 101101 | 100111 | 10011010 | 1000111 | 1001011 | 0 | 101000 | 11110011 | 111100 | 100110 |
Color Harmonies of #2D279A
Complementary color
Monochromatic Colors of #2D279A
Black with #2D279A
Text Example
Text Example
White with #2D279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D279A; }
p { color: rgb(45,39,154); }
H1.HeaderClassName
{
color: #2D279A;
}
.AnyTagClassName
{
color: #2D279A;
}
</style>
background-color css
<style>
a { background-color: #2D279A; }
a { background-color: rgb(45,39,154); }
div.DivClassName
{
background-color: #2D279A;
}
.BgClassName
{
background-color: #2D279A;
}
</style>
border-color css
<style>
span { border-color: #2D279A; }
span { border-color: rgb(45,39,154); }
td.TdClassName
{
border-color: #2D279A;
}
.TagClassName
{
border-color: #2D279A;
}
</style>