Shades of Dark Slate Blue #2C2999
Tints of Dark Slate Blue #2C2999
RGB
CMYK
RGB Variations
Color information
#2C2999 (or 0x2C2999) is known color: Dark Slate Blue. HEX triplet: 2C, 29 and 99. RGB value is (44,41,153). Sum of RGB (Red+Green+Blue) = 44+41+153=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2999 is #D3D666. Grayscale: #363636. Windows color (decimal): -13882983 or 10037548. OLE color: 10037548.
HSL color Cylindrical-coordinate representation of color #2C2999: hue angle of 241.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C2999 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 41 | 153 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.4 |
| HSL | 241.61º | 0.58% | 0.38% | - |
| HSV(B) | 241.61º | 0.73% | 0.6% | - |
| XYZ | 7.58 | 4.42 | 30.59 | - |
| YUV | 54.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 153 | 0.71 | 0.73 | 0 | 0.4 | 241.61 | 0.58 | 0.38 |
| Hex | 2C | 29 | 99 | 47 | 49 | 0 | 28 | F2 | 3A | 26 |
| Octal | 54 | 51 | 231 | 107 | 111 | 0 | 50 | 362 | 72 | 46 |
| Binary | 101100 | 101001 | 10011001 | 1000111 | 1001001 | 0 | 101000 | 11110010 | 111010 | 100110 |
Color Harmonies of #2C2999
Complementary color
Monochromatic Colors of #2C2999
Black with #2C2999
Text Example
Text Example
White with #2C2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2999; }
p { color: rgb(44,41,153); }
H1.HeaderClassName
{
color: #2C2999;
}
.AnyTagClassName
{
color: #2C2999;
}
</style>
background-color css
<style>
a { background-color: #2C2999; }
a { background-color: rgb(44,41,153); }
div.DivClassName
{
background-color: #2C2999;
}
.BgClassName
{
background-color: #2C2999;
}
</style>
border-color css
<style>
span { border-color: #2C2999; }
span { border-color: rgb(44,41,153); }
td.TdClassName
{
border-color: #2C2999;
}
.TagClassName
{
border-color: #2C2999;
}
</style>