Shades of Dark Slate Blue #2F259B
Tints of Dark Slate Blue #2F259B
RGB
CMYK
RGB Variations
Color information
#2F259B (or 0x2F259B) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9B. RGB value is (47,37,155). Sum of RGB (Red+Green+Blue) = 47+37+155=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259B is #D0DA64. Grayscale: #343434. Windows color (decimal): -13687397 or 10167599. OLE color: 10167599.
HSL color Cylindrical-coordinate representation of color #2F259B: hue angle of 245.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F259B is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 37 | 155 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.39 |
| HSL | 245.08º | 0.61% | 0.38% | - |
| HSV(B) | 245.08º | 0.76% | 0.61% | - |
| XYZ | 7.75 | 4.29 | 31.43 | - |
| YUV | 53.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 155 | 0.70 | 0.76 | 0 | 0.39 | 245.08 | 0.61 | 0.38 |
| Hex | 2F | 25 | 9B | 46 | 4C | 0 | 27 | F5 | 3D | 26 |
| Octal | 57 | 45 | 233 | 106 | 114 | 0 | 47 | 365 | 75 | 46 |
| Binary | 101111 | 100101 | 10011011 | 1000110 | 1001100 | 0 | 100111 | 11110101 | 111101 | 100110 |
Color Harmonies of #2F259B
Complementary color
Monochromatic Colors of #2F259B
Black with #2F259B
Text Example
Text Example
White with #2F259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F259B; }
p { color: rgb(47,37,155); }
H1.HeaderClassName
{
color: #2F259B;
}
.AnyTagClassName
{
color: #2F259B;
}
</style>
background-color css
<style>
a { background-color: #2F259B; }
a { background-color: rgb(47,37,155); }
div.DivClassName
{
background-color: #2F259B;
}
.BgClassName
{
background-color: #2F259B;
}
</style>
border-color css
<style>
span { border-color: #2F259B; }
span { border-color: rgb(47,37,155); }
td.TdClassName
{
border-color: #2F259B;
}
.TagClassName
{
border-color: #2F259B;
}
</style>