Shades of Dark Slate Blue #2F269D
Tints of Dark Slate Blue #2F269D
RGB
CMYK
RGB Variations
Color information
#2F269D (or 0x2F269D) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 9D. RGB value is (47,38,157). Sum of RGB (Red+Green+Blue) = 47+38+157=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F269D is #D0D962. Grayscale: #353535. Windows color (decimal): -13687139 or 10298927. OLE color: 10298927.
HSL color Cylindrical-coordinate representation of color #2F269D: hue angle of 244.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F269D is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 38 | 157 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.38 |
| HSL | 244.54º | 0.61% | 0.38% | - |
| HSV(B) | 244.54º | 0.76% | 0.62% | - |
| XYZ | 7.95 | 4.42 | 32.33 | - |
| YUV | 54.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 157 | 0.70 | 0.76 | 0 | 0.38 | 244.54 | 0.61 | 0.38 |
| Hex | 2F | 26 | 9D | 46 | 4C | 0 | 26 | F5 | 3D | 26 |
| Octal | 57 | 46 | 235 | 106 | 114 | 0 | 46 | 365 | 75 | 46 |
| Binary | 101111 | 100110 | 10011101 | 1000110 | 1001100 | 0 | 100110 | 11110101 | 111101 | 100110 |
Color Harmonies of #2F269D
Complementary color
Monochromatic Colors of #2F269D
Black with #2F269D
Text Example
Text Example
White with #2F269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F269D; }
p { color: rgb(47,38,157); }
H1.HeaderClassName
{
color: #2F269D;
}
.AnyTagClassName
{
color: #2F269D;
}
</style>
background-color css
<style>
a { background-color: #2F269D; }
a { background-color: rgb(47,38,157); }
div.DivClassName
{
background-color: #2F269D;
}
.BgClassName
{
background-color: #2F269D;
}
</style>
border-color css
<style>
span { border-color: #2F269D; }
span { border-color: rgb(47,38,157); }
td.TdClassName
{
border-color: #2F269D;
}
.TagClassName
{
border-color: #2F269D;
}
</style>