Shades of Dark Slate Blue #2F249B
Tints of Dark Slate Blue #2F249B
RGB
CMYK
RGB Variations
Color information
#2F249B (or 0x2F249B) is known color: Dark Slate Blue. HEX triplet: 2F, 24 and 9B. RGB value is (47,36,155). Sum of RGB (Red+Green+Blue) = 47+36+155=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F249B is #D0DB64. Grayscale: #343434. Windows color (decimal): -13687653 or 10167343. OLE color: 10167343.
HSL color Cylindrical-coordinate representation of color #2F249B: hue angle of 245.55º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F249B is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 36 | 155 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.39 |
| HSL | 245.55º | 0.62% | 0.37% | - |
| HSV(B) | 245.55º | 0.77% | 0.61% | - |
| XYZ | 7.72 | 4.23 | 31.42 | - |
| YUV | 52.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 155 | 0.70 | 0.77 | 0 | 0.39 | 245.55 | 0.62 | 0.37 |
| Hex | 2F | 24 | 9B | 46 | 4D | 0 | 27 | F6 | 3E | 25 |
| Octal | 57 | 44 | 233 | 106 | 115 | 0 | 47 | 366 | 76 | 45 |
| Binary | 101111 | 100100 | 10011011 | 1000110 | 1001101 | 0 | 100111 | 11110110 | 111110 | 100101 |
Color Harmonies of #2F249B
Complementary color
Monochromatic Colors of #2F249B
Black with #2F249B
Text Example
Text Example
White with #2F249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F249B; }
p { color: rgb(47,36,155); }
H1.HeaderClassName
{
color: #2F249B;
}
.AnyTagClassName
{
color: #2F249B;
}
</style>
background-color css
<style>
a { background-color: #2F249B; }
a { background-color: rgb(47,36,155); }
div.DivClassName
{
background-color: #2F249B;
}
.BgClassName
{
background-color: #2F249B;
}
</style>
border-color css
<style>
span { border-color: #2F249B; }
span { border-color: rgb(47,36,155); }
td.TdClassName
{
border-color: #2F249B;
}
.TagClassName
{
border-color: #2F249B;
}
</style>