Shades of Dark Slate Blue #2F289E
Tints of Dark Slate Blue #2F289E
RGB
CMYK
RGB Variations
Color information
#2F289E (or 0x2F289E) is known color: Dark Slate Blue. HEX triplet: 2F, 28 and 9E. RGB value is (47,40,158). Sum of RGB (Red+Green+Blue) = 47+40+158=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F289E is #D0D761. Grayscale: #373737. Windows color (decimal): -13686626 or 10364975. OLE color: 10364975.
HSL color Cylindrical-coordinate representation of color #2F289E: hue angle of 243.56º 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 #2F289E is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 40 | 158 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.38 |
| HSL | 243.56º | 0.6% | 0.39% | - |
| HSV(B) | 243.56º | 0.75% | 0.62% | - |
| XYZ | 8.1 | 4.59 | 32.81 | - |
| YUV | 55.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 158 | 0.70 | 0.75 | 0 | 0.38 | 243.56 | 0.6 | 0.39 |
| Hex | 2F | 28 | 9E | 46 | 4B | 0 | 26 | F4 | 3C | 27 |
| Octal | 57 | 50 | 236 | 106 | 113 | 0 | 46 | 364 | 74 | 47 |
| Binary | 101111 | 101000 | 10011110 | 1000110 | 1001011 | 0 | 100110 | 11110100 | 111100 | 100111 |
Color Harmonies of #2F289E
Complementary color
Monochromatic Colors of #2F289E
Black with #2F289E
Text Example
Text Example
White with #2F289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F289E; }
p { color: rgb(47,40,158); }
H1.HeaderClassName
{
color: #2F289E;
}
.AnyTagClassName
{
color: #2F289E;
}
</style>
background-color css
<style>
a { background-color: #2F289E; }
a { background-color: rgb(47,40,158); }
div.DivClassName
{
background-color: #2F289E;
}
.BgClassName
{
background-color: #2F289E;
}
</style>
border-color css
<style>
span { border-color: #2F289E; }
span { border-color: rgb(47,40,158); }
td.TdClassName
{
border-color: #2F289E;
}
.TagClassName
{
border-color: #2F289E;
}
</style>