Shades of Dark Slate Blue #2F2998
Tints of Dark Slate Blue #2F2998
RGB
CMYK
RGB Variations
Color information
#2F2998 (or 0x2F2998) is known color: Dark Slate Blue. HEX triplet: 2F, 29 and 98. RGB value is (47,41,152). Sum of RGB (Red+Green+Blue) = 47+41+152=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F2998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2998 is #D0D667. Grayscale: #373737. Windows color (decimal): -13686376 or 9972015. OLE color: 9972015.
HSL color Cylindrical-coordinate representation of color #2F2998: hue angle of 243.24º 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 #2F2998 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 41 | 152 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.40 |
| HSL | 243.24º | 0.58% | 0.38% | - |
| HSV(B) | 243.24º | 0.73% | 0.6% | - |
| XYZ | 7.63 | 4.46 | 30.16 | - |
| YUV | 55.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 152 | 0.69 | 0.73 | 0 | 0.40 | 243.24 | 0.58 | 0.38 |
| Hex | 2F | 29 | 98 | 45 | 49 | 0 | 28 | F3 | 3A | 26 |
| Octal | 57 | 51 | 230 | 105 | 111 | 0 | 50 | 363 | 72 | 46 |
| Binary | 101111 | 101001 | 10011000 | 1000101 | 1001001 | 0 | 101000 | 11110011 | 111010 | 100110 |
Color Harmonies of #2F2998
Complementary color
Monochromatic Colors of #2F2998
Black with #2F2998
Text Example
Text Example
White with #2F2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2998; }
p { color: rgb(47,41,152); }
H1.HeaderClassName
{
color: #2F2998;
}
.AnyTagClassName
{
color: #2F2998;
}
</style>
background-color css
<style>
a { background-color: #2F2998; }
a { background-color: rgb(47,41,152); }
div.DivClassName
{
background-color: #2F2998;
}
.BgClassName
{
background-color: #2F2998;
}
</style>
border-color css
<style>
span { border-color: #2F2998; }
span { border-color: rgb(47,41,152); }
td.TdClassName
{
border-color: #2F2998;
}
.TagClassName
{
border-color: #2F2998;
}
</style>