Shades of Dark Slate Blue #2F2992
Tints of Dark Slate Blue #2F2992
RGB
CMYK
RGB Variations
Color information
#2F2992 (or 0x2F2992) is known color: Dark Slate Blue. HEX triplet: 2F, 29 and 92. RGB value is (47,41,146). Sum of RGB (Red+Green+Blue) = 47+41+146=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2992 is #D0D66D. Grayscale: #363636. Windows color (decimal): -13686382 or 9578799. OLE color: 9578799.
HSL color Cylindrical-coordinate representation of color #2F2992: hue angle of 243.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2992 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 41 | 146 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.43 |
| HSL | 243.43º | 0.56% | 0.37% | - |
| HSV(B) | 243.43º | 0.72% | 0.57% | - |
| XYZ | 7.15 | 4.27 | 27.64 | - |
| YUV | 54.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 146 | 0.68 | 0.72 | 0 | 0.43 | 243.43 | 0.56 | 0.37 |
| Hex | 2F | 29 | 92 | 44 | 48 | 0 | 2B | F3 | 38 | 25 |
| Octal | 57 | 51 | 222 | 104 | 110 | 0 | 53 | 363 | 70 | 45 |
| Binary | 101111 | 101001 | 10010010 | 1000100 | 1001000 | 0 | 101011 | 11110011 | 111000 | 100101 |
Color Harmonies of #2F2992
Complementary color
Monochromatic Colors of #2F2992
Black with #2F2992
Text Example
Text Example
White with #2F2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2992; }
p { color: rgb(47,41,146); }
H1.HeaderClassName
{
color: #2F2992;
}
.AnyTagClassName
{
color: #2F2992;
}
</style>
background-color css
<style>
a { background-color: #2F2992; }
a { background-color: rgb(47,41,146); }
div.DivClassName
{
background-color: #2F2992;
}
.BgClassName
{
background-color: #2F2992;
}
</style>
border-color css
<style>
span { border-color: #2F2992; }
span { border-color: rgb(47,41,146); }
td.TdClassName
{
border-color: #2F2992;
}
.TagClassName
{
border-color: #2F2992;
}
</style>