Shades of Dark Slate Blue #2F249C
Tints of Dark Slate Blue #2F249C
RGB
CMYK
RGB Variations
Color information
#2F249C (or 0x2F249C) is known color: Dark Slate Blue. HEX triplet: 2F, 24 and 9C. RGB value is (47,36,156). Sum of RGB (Red+Green+Blue) = 47+36+156=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F249C is #D0DB63. Grayscale: #343434. Windows color (decimal): -13687652 or 10232879. OLE color: 10232879.
HSL color Cylindrical-coordinate representation of color #2F249C: hue angle of 245.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F249C is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 36 | 156 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.39 |
| HSL | 245.5º | 0.63% | 0.38% | - |
| HSV(B) | 245.5º | 0.77% | 0.61% | - |
| XYZ | 7.8 | 4.27 | 31.86 | - |
| YUV | 52.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 156 | 0.70 | 0.77 | 0 | 0.39 | 245.5 | 0.63 | 0.38 |
| Hex | 2F | 24 | 9C | 46 | 4D | 0 | 27 | F6 | 3E | 26 |
| Octal | 57 | 44 | 234 | 106 | 115 | 0 | 47 | 366 | 76 | 46 |
| Binary | 101111 | 100100 | 10011100 | 1000110 | 1001101 | 0 | 100111 | 11110110 | 111110 | 100110 |
Color Harmonies of #2F249C
Complementary color
Monochromatic Colors of #2F249C
Black with #2F249C
Text Example
Text Example
White with #2F249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F249C; }
p { color: rgb(47,36,156); }
H1.HeaderClassName
{
color: #2F249C;
}
.AnyTagClassName
{
color: #2F249C;
}
</style>
background-color css
<style>
a { background-color: #2F249C; }
a { background-color: rgb(47,36,156); }
div.DivClassName
{
background-color: #2F249C;
}
.BgClassName
{
background-color: #2F249C;
}
</style>
border-color css
<style>
span { border-color: #2F249C; }
span { border-color: rgb(47,36,156); }
td.TdClassName
{
border-color: #2F249C;
}
.TagClassName
{
border-color: #2F249C;
}
</style>