Shades of Dark Slate Blue #2F289F
Tints of Dark Slate Blue #2F289F
RGB
CMYK
RGB Variations
Color information
#2F289F (or 0x2F289F) is known color: Dark Slate Blue. HEX triplet: 2F, 28 and 9F. RGB value is (47,40,159). Sum of RGB (Red+Green+Blue) = 47+40+159=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F289F is #D0D760. Grayscale: #373737. Windows color (decimal): -13686625 or 10430511. OLE color: 10430511.
HSL color Cylindrical-coordinate representation of color #2F289F: hue angle of 243.53º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F289F is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 40 | 159 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.38 |
| HSL | 243.53º | 0.6% | 0.39% | - |
| HSV(B) | 243.53º | 0.75% | 0.62% | - |
| XYZ | 8.19 | 4.63 | 33.26 | - |
| YUV | 55.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 159 | 0.70 | 0.75 | 0 | 0.38 | 243.53 | 0.6 | 0.39 |
| Hex | 2F | 28 | 9F | 46 | 4B | 0 | 26 | F4 | 3C | 27 |
| Octal | 57 | 50 | 237 | 106 | 113 | 0 | 46 | 364 | 74 | 47 |
| Binary | 101111 | 101000 | 10011111 | 1000110 | 1001011 | 0 | 100110 | 11110100 | 111100 | 100111 |
Color Harmonies of #2F289F
Complementary color
Monochromatic Colors of #2F289F
Black with #2F289F
Text Example
Text Example
White with #2F289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F289F; }
p { color: rgb(47,40,159); }
H1.HeaderClassName
{
color: #2F289F;
}
.AnyTagClassName
{
color: #2F289F;
}
</style>
background-color css
<style>
a { background-color: #2F289F; }
a { background-color: rgb(47,40,159); }
div.DivClassName
{
background-color: #2F289F;
}
.BgClassName
{
background-color: #2F289F;
}
</style>
border-color css
<style>
span { border-color: #2F289F; }
span { border-color: rgb(47,40,159); }
td.TdClassName
{
border-color: #2F289F;
}
.TagClassName
{
border-color: #2F289F;
}
</style>