Shades of Dark Slate Blue #2D2694
Tints of Dark Slate Blue #2D2694
RGB
CMYK
RGB Variations
Color information
#2D2694 (or 0x2D2694) is known color: Dark Slate Blue. HEX triplet: 2D, 26 and 94. RGB value is (45,38,148). Sum of RGB (Red+Green+Blue) = 45+38+148=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D2694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2694 is #D2D96B. Grayscale: #343434. Windows color (decimal): -13818220 or 9709101. OLE color: 9709101.
HSL color Cylindrical-coordinate representation of color #2D2694: hue angle of 243.82º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D2694 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 38 | 148 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.42 |
| HSL | 243.82º | 0.59% | 0.36% | - |
| HSV(B) | 243.82º | 0.74% | 0.58% | - |
| XYZ | 7.12 | 4.08 | 28.43 | - |
| YUV | 52.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 148 | 0.70 | 0.74 | 0 | 0.42 | 243.82 | 0.59 | 0.36 |
| Hex | 2D | 26 | 94 | 46 | 4A | 0 | 2A | F4 | 3B | 24 |
| Octal | 55 | 46 | 224 | 106 | 112 | 0 | 52 | 364 | 73 | 44 |
| Binary | 101101 | 100110 | 10010100 | 1000110 | 1001010 | 0 | 101010 | 11110100 | 111011 | 100100 |
Color Harmonies of #2D2694
Complementary color
Monochromatic Colors of #2D2694
Black with #2D2694
Text Example
Text Example
White with #2D2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2694; }
p { color: rgb(45,38,148); }
H1.HeaderClassName
{
color: #2D2694;
}
.AnyTagClassName
{
color: #2D2694;
}
</style>
background-color css
<style>
a { background-color: #2D2694; }
a { background-color: rgb(45,38,148); }
div.DivClassName
{
background-color: #2D2694;
}
.BgClassName
{
background-color: #2D2694;
}
</style>
border-color css
<style>
span { border-color: #2D2694; }
span { border-color: rgb(45,38,148); }
td.TdClassName
{
border-color: #2D2694;
}
.TagClassName
{
border-color: #2D2694;
}
</style>