Shades of Dark Slate Blue #2F269A
Tints of Dark Slate Blue #2F269A
RGB
CMYK
RGB Variations
Color information
#2F269A (or 0x2F269A) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 9A. RGB value is (47,38,154). Sum of RGB (Red+Green+Blue) = 47+38+154=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F269A is #D0D965. Grayscale: #353535. Windows color (decimal): -13687142 or 10102319. OLE color: 10102319.
HSL color Cylindrical-coordinate representation of color #2F269A: hue angle of 244.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F269A is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 38 | 154 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.40 |
| HSL | 244.66º | 0.6% | 0.38% | - |
| HSV(B) | 244.66º | 0.75% | 0.6% | - |
| XYZ | 7.7 | 4.32 | 31 | - |
| YUV | 53.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 154 | 0.69 | 0.75 | 0 | 0.40 | 244.66 | 0.6 | 0.38 |
| Hex | 2F | 26 | 9A | 45 | 4B | 0 | 28 | F5 | 3C | 26 |
| Octal | 57 | 46 | 232 | 105 | 113 | 0 | 50 | 365 | 74 | 46 |
| Binary | 101111 | 100110 | 10011010 | 1000101 | 1001011 | 0 | 101000 | 11110101 | 111100 | 100110 |
Color Harmonies of #2F269A
Complementary color
Monochromatic Colors of #2F269A
Black with #2F269A
Text Example
Text Example
White with #2F269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F269A; }
p { color: rgb(47,38,154); }
H1.HeaderClassName
{
color: #2F269A;
}
.AnyTagClassName
{
color: #2F269A;
}
</style>
background-color css
<style>
a { background-color: #2F269A; }
a { background-color: rgb(47,38,154); }
div.DivClassName
{
background-color: #2F269A;
}
.BgClassName
{
background-color: #2F269A;
}
</style>
border-color css
<style>
span { border-color: #2F269A; }
span { border-color: rgb(47,38,154); }
td.TdClassName
{
border-color: #2F269A;
}
.TagClassName
{
border-color: #2F269A;
}
</style>