Shades of Dark Slate Blue #2F2495
Tints of Dark Slate Blue #2F2495
RGB
CMYK
RGB Variations
Color information
#2F2495 (or 0x2F2495) is known color: Dark Slate Blue. HEX triplet: 2F, 24 and 95. RGB value is (47,36,149). Sum of RGB (Red+Green+Blue) = 47+36+149=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2495 is #D0DB6A. Grayscale: #333333. Windows color (decimal): -13687659 or 9774127. OLE color: 9774127.
HSL color Cylindrical-coordinate representation of color #2F2495: hue angle of 245.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2495 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 36 | 149 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.42 |
| HSL | 245.84º | 0.61% | 0.36% | - |
| HSV(B) | 245.84º | 0.76% | 0.58% | - |
| XYZ | 7.23 | 4.04 | 28.83 | - |
| YUV | 52.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 149 | 0.68 | 0.76 | 0 | 0.42 | 245.84 | 0.61 | 0.36 |
| Hex | 2F | 24 | 95 | 44 | 4C | 0 | 2A | F6 | 3D | 24 |
| Octal | 57 | 44 | 225 | 104 | 114 | 0 | 52 | 366 | 75 | 44 |
| Binary | 101111 | 100100 | 10010101 | 1000100 | 1001100 | 0 | 101010 | 11110110 | 111101 | 100100 |
Color Harmonies of #2F2495
Complementary color
Monochromatic Colors of #2F2495
Black with #2F2495
Text Example
Text Example
White with #2F2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2495; }
p { color: rgb(47,36,149); }
H1.HeaderClassName
{
color: #2F2495;
}
.AnyTagClassName
{
color: #2F2495;
}
</style>
background-color css
<style>
a { background-color: #2F2495; }
a { background-color: rgb(47,36,149); }
div.DivClassName
{
background-color: #2F2495;
}
.BgClassName
{
background-color: #2F2495;
}
</style>
border-color css
<style>
span { border-color: #2F2495; }
span { border-color: rgb(47,36,149); }
td.TdClassName
{
border-color: #2F2495;
}
.TagClassName
{
border-color: #2F2495;
}
</style>