Shades of Dark Slate Blue #38338D
Tints of Dark Slate Blue #38338D
RGB
CMYK
RGB Variations
Color information
#38338D (or 0x38338D) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 8D. RGB value is (56,51,141). Sum of RGB (Red+Green+Blue) = 56+51+141=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #38338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38338D is #C7CC72. Grayscale: #3E3E3E. Windows color (decimal): -13094003 or 9253688. OLE color: 9253688.
HSL color Cylindrical-coordinate representation of color #38338D: hue angle of 243.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38338D is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 51 | 141 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.45 |
| HSL | 243.33º | 0.47% | 0.38% | - |
| HSV(B) | 243.33º | 0.64% | 0.55% | - |
| XYZ | 7.62 | 5.13 | 25.79 | - |
| YUV | 62.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 141 | 0.60 | 0.64 | 0 | 0.45 | 243.33 | 0.47 | 0.38 |
| Hex | 38 | 33 | 8D | 3C | 40 | 0 | 2D | F3 | 2F | 26 |
| Octal | 70 | 63 | 215 | 74 | 100 | 0 | 55 | 363 | 57 | 46 |
| Binary | 111000 | 110011 | 10001101 | 111100 | 1000000 | 0 | 101101 | 11110011 | 101111 | 100110 |
Color Harmonies of #38338D
Complementary color
Monochromatic Colors of #38338D
Black with #38338D
Text Example
Text Example
White with #38338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38338D; }
p { color: rgb(56,51,141); }
H1.HeaderClassName
{
color: #38338D;
}
.AnyTagClassName
{
color: #38338D;
}
</style>
background-color css
<style>
a { background-color: #38338D; }
a { background-color: rgb(56,51,141); }
div.DivClassName
{
background-color: #38338D;
}
.BgClassName
{
background-color: #38338D;
}
</style>
border-color css
<style>
span { border-color: #38338D; }
span { border-color: rgb(56,51,141); }
td.TdClassName
{
border-color: #38338D;
}
.TagClassName
{
border-color: #38338D;
}
</style>