Shades of Dark Slate Blue #2F2890
Tints of Dark Slate Blue #2F2890
RGB
CMYK
RGB Variations
Color information
#2F2890 (or 0x2F2890) is known color: Dark Slate Blue. HEX triplet: 2F, 28 and 90. RGB value is (47,40,144). Sum of RGB (Red+Green+Blue) = 47+40+144=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2890 is #D0D76F. Grayscale: #353535. Windows color (decimal): -13686640 or 9447471. OLE color: 9447471.
HSL color Cylindrical-coordinate representation of color #2F2890: hue angle of 244.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2890 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 40 | 144 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.44 |
| HSL | 244.04º | 0.57% | 0.36% | - |
| HSV(B) | 244.04º | 0.72% | 0.56% | - |
| XYZ | 6.97 | 4.14 | 26.82 | - |
| YUV | 53.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 144 | 0.67 | 0.72 | 0 | 0.44 | 244.04 | 0.57 | 0.36 |
| Hex | 2F | 28 | 90 | 43 | 48 | 0 | 2C | F4 | 39 | 24 |
| Octal | 57 | 50 | 220 | 103 | 110 | 0 | 54 | 364 | 71 | 44 |
| Binary | 101111 | 101000 | 10010000 | 1000011 | 1001000 | 0 | 101100 | 11110100 | 111001 | 100100 |
Color Harmonies of #2F2890
Complementary color
Monochromatic Colors of #2F2890
Black with #2F2890
Text Example
Text Example
White with #2F2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2890; }
p { color: rgb(47,40,144); }
H1.HeaderClassName
{
color: #2F2890;
}
.AnyTagClassName
{
color: #2F2890;
}
</style>
background-color css
<style>
a { background-color: #2F2890; }
a { background-color: rgb(47,40,144); }
div.DivClassName
{
background-color: #2F2890;
}
.BgClassName
{
background-color: #2F2890;
}
</style>
border-color css
<style>
span { border-color: #2F2890; }
span { border-color: rgb(47,40,144); }
td.TdClassName
{
border-color: #2F2890;
}
.TagClassName
{
border-color: #2F2890;
}
</style>