Shades of Dark Slate Blue #2F259D
Tints of Dark Slate Blue #2F259D
RGB
CMYK
RGB Variations
Color information
#2F259D (or 0x2F259D) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9D. RGB value is (47,37,157). Sum of RGB (Red+Green+Blue) = 47+37+157=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259D is #D0DA62. Grayscale: #353535. Windows color (decimal): -13687395 or 10298671. OLE color: 10298671.
HSL color Cylindrical-coordinate representation of color #2F259D: hue angle of 245º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F259D is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 37 | 157 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.38 |
| HSL | 245º | 0.62% | 0.38% | - |
| HSV(B) | 245º | 0.76% | 0.62% | - |
| XYZ | 7.92 | 4.36 | 32.32 | - |
| YUV | 53.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 157 | 0.70 | 0.76 | 0 | 0.38 | 245 | 0.62 | 0.38 |
| Hex | 2F | 25 | 9D | 46 | 4C | 0 | 26 | F5 | 3E | 26 |
| Octal | 57 | 45 | 235 | 106 | 114 | 0 | 46 | 365 | 76 | 46 |
| Binary | 101111 | 100101 | 10011101 | 1000110 | 1001100 | 0 | 100110 | 11110101 | 111110 | 100110 |
Color Harmonies of #2F259D
Complementary color
Monochromatic Colors of #2F259D
Black with #2F259D
Text Example
Text Example
White with #2F259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F259D; }
p { color: rgb(47,37,157); }
H1.HeaderClassName
{
color: #2F259D;
}
.AnyTagClassName
{
color: #2F259D;
}
</style>
background-color css
<style>
a { background-color: #2F259D; }
a { background-color: rgb(47,37,157); }
div.DivClassName
{
background-color: #2F259D;
}
.BgClassName
{
background-color: #2F259D;
}
</style>
border-color css
<style>
span { border-color: #2F259D; }
span { border-color: rgb(47,37,157); }
td.TdClassName
{
border-color: #2F259D;
}
.TagClassName
{
border-color: #2F259D;
}
</style>