Shades of Dark Slate Blue #38319A
Tints of Dark Slate Blue #38319A
RGB
CMYK
RGB Variations
Color information
#38319A (or 0x38319A) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 9A. RGB value is (56,49,154). Sum of RGB (Red+Green+Blue) = 56+49+154=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #38319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38319A is #C7CE65. Grayscale: #3E3E3E. Windows color (decimal): -13094502 or 10105144. OLE color: 10105144.
HSL color Cylindrical-coordinate representation of color #38319A: hue angle of 244º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38319A is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 49 | 154 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.40 |
| HSL | 244º | 0.52% | 0.4% | - |
| HSV(B) | 244º | 0.68% | 0.6% | - |
| XYZ | 8.56 | 5.37 | 31.16 | - |
| YUV | 63.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 154 | 0.64 | 0.68 | 0 | 0.40 | 244 | 0.52 | 0.4 |
| Hex | 38 | 31 | 9A | 40 | 44 | 0 | 28 | F4 | 34 | 28 |
| Octal | 70 | 61 | 232 | 100 | 104 | 0 | 50 | 364 | 64 | 50 |
| Binary | 111000 | 110001 | 10011010 | 1000000 | 1000100 | 0 | 101000 | 11110100 | 110100 | 101000 |
Color Harmonies of #38319A
Complementary color
Monochromatic Colors of #38319A
Black with #38319A
Text Example
Text Example
White with #38319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38319A; }
p { color: rgb(56,49,154); }
H1.HeaderClassName
{
color: #38319A;
}
.AnyTagClassName
{
color: #38319A;
}
</style>
background-color css
<style>
a { background-color: #38319A; }
a { background-color: rgb(56,49,154); }
div.DivClassName
{
background-color: #38319A;
}
.BgClassName
{
background-color: #38319A;
}
</style>
border-color css
<style>
span { border-color: #38319A; }
span { border-color: rgb(56,49,154); }
td.TdClassName
{
border-color: #38319A;
}
.TagClassName
{
border-color: #38319A;
}
</style>