Shades of Dark Slate Blue #38258E
Tints of Dark Slate Blue #38258E
RGB
CMYK
RGB Variations
Color information
#38258E (or 0x38258E) is known color: Dark Slate Blue. HEX triplet: 38, 25 and 8E. RGB value is (56,37,142). Sum of RGB (Red+Green+Blue) = 56+37+142=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #38258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38258E is #C7DA71. Grayscale: #363636. Windows color (decimal): -13097586 or 9315640. OLE color: 9315640.
HSL color Cylindrical-coordinate representation of color #38258E: hue angle of 250.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38258E is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 37 | 142 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.44 |
| HSL | 250.86º | 0.59% | 0.35% | - |
| HSV(B) | 250.86º | 0.74% | 0.56% | - |
| XYZ | 7.17 | 4.12 | 26.01 | - |
| YUV | 54.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 142 | 0.61 | 0.74 | 0 | 0.44 | 250.86 | 0.59 | 0.35 |
| Hex | 38 | 25 | 8E | 3D | 4A | 0 | 2C | FB | 3B | 23 |
| Octal | 70 | 45 | 216 | 75 | 112 | 0 | 54 | 373 | 73 | 43 |
| Binary | 111000 | 100101 | 10001110 | 111101 | 1001010 | 0 | 101100 | 11111011 | 111011 | 100011 |
Color Harmonies of #38258E
Complementary color
Monochromatic Colors of #38258E
Black with #38258E
Text Example
Text Example
White with #38258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38258E; }
p { color: rgb(56,37,142); }
H1.HeaderClassName
{
color: #38258E;
}
.AnyTagClassName
{
color: #38258E;
}
</style>
background-color css
<style>
a { background-color: #38258E; }
a { background-color: rgb(56,37,142); }
div.DivClassName
{
background-color: #38258E;
}
.BgClassName
{
background-color: #38258E;
}
</style>
border-color css
<style>
span { border-color: #38258E; }
span { border-color: rgb(56,37,142); }
td.TdClassName
{
border-color: #38258E;
}
.TagClassName
{
border-color: #38258E;
}
</style>