Shades of Dark Slate Blue #2F279F
Tints of Dark Slate Blue #2F279F
RGB
CMYK
RGB Variations
Color information
#2F279F (or 0x2F279F) is known color: Dark Slate Blue. HEX triplet: 2F, 27 and 9F. RGB value is (47,39,159). Sum of RGB (Red+Green+Blue) = 47+39+159=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F279F is #D0D860. Grayscale: #363636. Windows color (decimal): -13686881 or 10430255. OLE color: 10430255.
HSL color Cylindrical-coordinate representation of color #2F279F: hue angle of 244º degrees, saturation: 0.61, 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 #2F279F is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 39 | 159 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.38 |
| HSL | 244º | 0.61% | 0.39% | - |
| HSV(B) | 244º | 0.75% | 0.62% | - |
| XYZ | 8.16 | 4.56 | 33.25 | - |
| YUV | 55.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 159 | 0.70 | 0.75 | 0 | 0.38 | 244 | 0.61 | 0.39 |
| Hex | 2F | 27 | 9F | 46 | 4B | 0 | 26 | F4 | 3D | 27 |
| Octal | 57 | 47 | 237 | 106 | 113 | 0 | 46 | 364 | 75 | 47 |
| Binary | 101111 | 100111 | 10011111 | 1000110 | 1001011 | 0 | 100110 | 11110100 | 111101 | 100111 |
Color Harmonies of #2F279F
Complementary color
Monochromatic Colors of #2F279F
Black with #2F279F
Text Example
Text Example
White with #2F279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F279F; }
p { color: rgb(47,39,159); }
H1.HeaderClassName
{
color: #2F279F;
}
.AnyTagClassName
{
color: #2F279F;
}
</style>
background-color css
<style>
a { background-color: #2F279F; }
a { background-color: rgb(47,39,159); }
div.DivClassName
{
background-color: #2F279F;
}
.BgClassName
{
background-color: #2F279F;
}
</style>
border-color css
<style>
span { border-color: #2F279F; }
span { border-color: rgb(47,39,159); }
td.TdClassName
{
border-color: #2F279F;
}
.TagClassName
{
border-color: #2F279F;
}
</style>