Shades of Dark Slate Blue #38358F
Tints of Dark Slate Blue #38358F
RGB
CMYK
RGB Variations
Color information
#38358F (or 0x38358F) is known color: Dark Slate Blue. HEX triplet: 38, 35 and 8F. RGB value is (56,53,143). Sum of RGB (Red+Green+Blue) = 56+53+143=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #38358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38358F is #C7CA70. Grayscale: #3F3F3F. Windows color (decimal): -13093489 or 9385272. OLE color: 9385272.
HSL color Cylindrical-coordinate representation of color #38358F: hue angle of 242º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38358F is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 53 | 143 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.44 |
| HSL | 242º | 0.46% | 0.38% | - |
| HSV(B) | 242º | 0.63% | 0.56% | - |
| XYZ | 7.86 | 5.37 | 26.61 | - |
| YUV | 64.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 143 | 0.61 | 0.63 | 0 | 0.44 | 242 | 0.46 | 0.38 |
| Hex | 38 | 35 | 8F | 3D | 3F | 0 | 2C | F2 | 2E | 26 |
| Octal | 70 | 65 | 217 | 75 | 77 | 0 | 54 | 362 | 56 | 46 |
| Binary | 111000 | 110101 | 10001111 | 111101 | 111111 | 0 | 101100 | 11110010 | 101110 | 100110 |
Color Harmonies of #38358F
Complementary color
Monochromatic Colors of #38358F
Black with #38358F
Text Example
Text Example
White with #38358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38358F; }
p { color: rgb(56,53,143); }
H1.HeaderClassName
{
color: #38358F;
}
.AnyTagClassName
{
color: #38358F;
}
</style>
background-color css
<style>
a { background-color: #38358F; }
a { background-color: rgb(56,53,143); }
div.DivClassName
{
background-color: #38358F;
}
.BgClassName
{
background-color: #38358F;
}
</style>
border-color css
<style>
span { border-color: #38358F; }
span { border-color: rgb(56,53,143); }
td.TdClassName
{
border-color: #38358F;
}
.TagClassName
{
border-color: #38358F;
}
</style>