Shades of Dark Slate Blue #383598
Tints of Dark Slate Blue #383598
RGB
CMYK
RGB Variations
Color information
#383598 (or 0x383598) is known color: Dark Slate Blue. HEX triplet: 38, 35 and 98. RGB value is (56,53,152). Sum of RGB (Red+Green+Blue) = 56+53+152=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #383598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383598 is #C7CA67. Grayscale: #404040. Windows color (decimal): -13093480 or 9975096. OLE color: 9975096.
HSL color Cylindrical-coordinate representation of color #383598: hue angle of 241.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383598 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 53 | 152 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.40 |
| HSL | 241.82º | 0.48% | 0.4% | - |
| HSV(B) | 241.82º | 0.65% | 0.6% | - |
| XYZ | 8.57 | 5.65 | 30.35 | - |
| YUV | 65.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 152 | 0.63 | 0.65 | 0 | 0.40 | 241.82 | 0.48 | 0.4 |
| Hex | 38 | 35 | 98 | 3F | 41 | 0 | 28 | F2 | 30 | 28 |
| Octal | 70 | 65 | 230 | 77 | 101 | 0 | 50 | 362 | 60 | 50 |
| Binary | 111000 | 110101 | 10011000 | 111111 | 1000001 | 0 | 101000 | 11110010 | 110000 | 101000 |
Color Harmonies of #383598
Complementary color
Monochromatic Colors of #383598
Black with #383598
Text Example
Text Example
White with #383598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383598; }
p { color: rgb(56,53,152); }
H1.HeaderClassName
{
color: #383598;
}
.AnyTagClassName
{
color: #383598;
}
</style>
background-color css
<style>
a { background-color: #383598; }
a { background-color: rgb(56,53,152); }
div.DivClassName
{
background-color: #383598;
}
.BgClassName
{
background-color: #383598;
}
</style>
border-color css
<style>
span { border-color: #383598; }
span { border-color: rgb(56,53,152); }
td.TdClassName
{
border-color: #383598;
}
.TagClassName
{
border-color: #383598;
}
</style>