Shades of Dark Slate Blue #2F279A
Tints of Dark Slate Blue #2F279A
RGB
CMYK
RGB Variations
Color information
#2F279A (or 0x2F279A) is known color: Dark Slate Blue. HEX triplet: 2F, 27 and 9A. RGB value is (47,39,154). Sum of RGB (Red+Green+Blue) = 47+39+154=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F279A is #D0D865. Grayscale: #363636. Windows color (decimal): -13686886 or 10102575. OLE color: 10102575.
HSL color Cylindrical-coordinate representation of color #2F279A: hue angle of 244.17º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F279A is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 39 | 154 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.40 |
| HSL | 244.17º | 0.6% | 0.38% | - |
| HSV(B) | 244.17º | 0.75% | 0.6% | - |
| XYZ | 7.73 | 4.39 | 31.01 | - |
| YUV | 54.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 154 | 0.69 | 0.75 | 0 | 0.40 | 244.17 | 0.6 | 0.38 |
| Hex | 2F | 27 | 9A | 45 | 4B | 0 | 28 | F4 | 3C | 26 |
| Octal | 57 | 47 | 232 | 105 | 113 | 0 | 50 | 364 | 74 | 46 |
| Binary | 101111 | 100111 | 10011010 | 1000101 | 1001011 | 0 | 101000 | 11110100 | 111100 | 100110 |
Color Harmonies of #2F279A
Complementary color
Monochromatic Colors of #2F279A
Black with #2F279A
Text Example
Text Example
White with #2F279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F279A; }
p { color: rgb(47,39,154); }
H1.HeaderClassName
{
color: #2F279A;
}
.AnyTagClassName
{
color: #2F279A;
}
</style>
background-color css
<style>
a { background-color: #2F279A; }
a { background-color: rgb(47,39,154); }
div.DivClassName
{
background-color: #2F279A;
}
.BgClassName
{
background-color: #2F279A;
}
</style>
border-color css
<style>
span { border-color: #2F279A; }
span { border-color: rgb(47,39,154); }
td.TdClassName
{
border-color: #2F279A;
}
.TagClassName
{
border-color: #2F279A;
}
</style>