Shades of Dark Slate Blue #39268E
Tints of Dark Slate Blue #39268E
RGB
CMYK
RGB Variations
Color information
#39268E (or 0x39268E) is known color: Dark Slate Blue. HEX triplet: 39, 26 and 8E. RGB value is (57,38,142). Sum of RGB (Red+Green+Blue) = 57+38+142=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #39268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39268E is #C6D971. Grayscale: #373737. Windows color (decimal): -13031794 or 9315897. OLE color: 9315897.
HSL color Cylindrical-coordinate representation of color #39268E: hue angle of 250.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39268E is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 38 | 142 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.44 |
| HSL | 250.96º | 0.58% | 0.35% | - |
| HSV(B) | 250.96º | 0.73% | 0.56% | - |
| XYZ | 7.26 | 4.21 | 26.02 | - |
| YUV | 55.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 142 | 0.60 | 0.73 | 0 | 0.44 | 250.96 | 0.58 | 0.35 |
| Hex | 39 | 26 | 8E | 3C | 49 | 0 | 2C | FB | 3A | 23 |
| Octal | 71 | 46 | 216 | 74 | 111 | 0 | 54 | 373 | 72 | 43 |
| Binary | 111001 | 100110 | 10001110 | 111100 | 1001001 | 0 | 101100 | 11111011 | 111010 | 100011 |
Color Harmonies of #39268E
Complementary color
Monochromatic Colors of #39268E
Black with #39268E
Text Example
Text Example
White with #39268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39268E; }
p { color: rgb(57,38,142); }
H1.HeaderClassName
{
color: #39268E;
}
.AnyTagClassName
{
color: #39268E;
}
</style>
background-color css
<style>
a { background-color: #39268E; }
a { background-color: rgb(57,38,142); }
div.DivClassName
{
background-color: #39268E;
}
.BgClassName
{
background-color: #39268E;
}
</style>
border-color css
<style>
span { border-color: #39268E; }
span { border-color: rgb(57,38,142); }
td.TdClassName
{
border-color: #39268E;
}
.TagClassName
{
border-color: #39268E;
}
</style>