Shades of Dark Slate Blue #2F2594
Tints of Dark Slate Blue #2F2594
RGB
CMYK
RGB Variations
Color information
#2F2594 (or 0x2F2594) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 94. RGB value is (47,37,148). Sum of RGB (Red+Green+Blue) = 47+37+148=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F2594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2594 is #D0DA6B. Grayscale: #343434. Windows color (decimal): -13687404 or 9708847. OLE color: 9708847.
HSL color Cylindrical-coordinate representation of color #2F2594: hue angle of 245.41º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2594 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 37 | 148 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.42 |
| HSL | 245.41º | 0.6% | 0.36% | - |
| HSV(B) | 245.41º | 0.75% | 0.58% | - |
| XYZ | 7.18 | 4.07 | 28.42 | - |
| YUV | 52.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 148 | 0.68 | 0.75 | 0 | 0.42 | 245.41 | 0.6 | 0.36 |
| Hex | 2F | 25 | 94 | 44 | 4B | 0 | 2A | F5 | 3C | 24 |
| Octal | 57 | 45 | 224 | 104 | 113 | 0 | 52 | 365 | 74 | 44 |
| Binary | 101111 | 100101 | 10010100 | 1000100 | 1001011 | 0 | 101010 | 11110101 | 111100 | 100100 |
Color Harmonies of #2F2594
Complementary color
Monochromatic Colors of #2F2594
Black with #2F2594
Text Example
Text Example
White with #2F2594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2594; }
p { color: rgb(47,37,148); }
H1.HeaderClassName
{
color: #2F2594;
}
.AnyTagClassName
{
color: #2F2594;
}
</style>
background-color css
<style>
a { background-color: #2F2594; }
a { background-color: rgb(47,37,148); }
div.DivClassName
{
background-color: #2F2594;
}
.BgClassName
{
background-color: #2F2594;
}
</style>
border-color css
<style>
span { border-color: #2F2594; }
span { border-color: rgb(47,37,148); }
td.TdClassName
{
border-color: #2F2594;
}
.TagClassName
{
border-color: #2F2594;
}
</style>