Shades of Dark Slate Blue #2F259E
Tints of Dark Slate Blue #2F259E
RGB
CMYK
RGB Variations
Color information
#2F259E (or 0x2F259E) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9E. RGB value is (47,37,158). Sum of RGB (Red+Green+Blue) = 47+37+158=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259E is #D0DA61. Grayscale: #353535. Windows color (decimal): -13687394 or 10364207. OLE color: 10364207.
HSL color Cylindrical-coordinate representation of color #2F259E: hue angle of 244.96º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F259E is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 37 | 158 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.38 |
| HSL | 244.96º | 0.62% | 0.38% | - |
| HSV(B) | 244.96º | 0.77% | 0.62% | - |
| XYZ | 8.01 | 4.4 | 32.77 | - |
| YUV | 53.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 158 | 0.70 | 0.77 | 0 | 0.38 | 244.96 | 0.62 | 0.38 |
| Hex | 2F | 25 | 9E | 46 | 4D | 0 | 26 | F5 | 3E | 26 |
| Octal | 57 | 45 | 236 | 106 | 115 | 0 | 46 | 365 | 76 | 46 |
| Binary | 101111 | 100101 | 10011110 | 1000110 | 1001101 | 0 | 100110 | 11110101 | 111110 | 100110 |
Color Harmonies of #2F259E
Complementary color
Monochromatic Colors of #2F259E
Black with #2F259E
Text Example
Text Example
White with #2F259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F259E; }
p { color: rgb(47,37,158); }
H1.HeaderClassName
{
color: #2F259E;
}
.AnyTagClassName
{
color: #2F259E;
}
</style>
background-color css
<style>
a { background-color: #2F259E; }
a { background-color: rgb(47,37,158); }
div.DivClassName
{
background-color: #2F259E;
}
.BgClassName
{
background-color: #2F259E;
}
</style>
border-color css
<style>
span { border-color: #2F259E; }
span { border-color: rgb(47,37,158); }
td.TdClassName
{
border-color: #2F259E;
}
.TagClassName
{
border-color: #2F259E;
}
</style>