Shades of Dark Slate Blue #383198
Tints of Dark Slate Blue #383198
RGB
CMYK
RGB Variations
Color information
#383198 (or 0x383198) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 98. RGB value is (56,49,152). Sum of RGB (Red+Green+Blue) = 56+49+152=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #383198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383198 is #C7CE67. Grayscale: #3E3E3E. Windows color (decimal): -13094504 or 9974072. OLE color: 9974072.
HSL color Cylindrical-coordinate representation of color #383198: hue angle of 244.08º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383198 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 49 | 152 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.40 |
| HSL | 244.08º | 0.51% | 0.39% | - |
| HSV(B) | 244.08º | 0.68% | 0.6% | - |
| XYZ | 8.4 | 5.3 | 30.29 | - |
| YUV | 62.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 152 | 0.63 | 0.68 | 0 | 0.40 | 244.08 | 0.51 | 0.39 |
| Hex | 38 | 31 | 98 | 3F | 44 | 0 | 28 | F4 | 33 | 27 |
| Octal | 70 | 61 | 230 | 77 | 104 | 0 | 50 | 364 | 63 | 47 |
| Binary | 111000 | 110001 | 10011000 | 111111 | 1000100 | 0 | 101000 | 11110100 | 110011 | 100111 |
Color Harmonies of #383198
Complementary color
Monochromatic Colors of #383198
Black with #383198
Text Example
Text Example
White with #383198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383198; }
p { color: rgb(56,49,152); }
H1.HeaderClassName
{
color: #383198;
}
.AnyTagClassName
{
color: #383198;
}
</style>
background-color css
<style>
a { background-color: #383198; }
a { background-color: rgb(56,49,152); }
div.DivClassName
{
background-color: #383198;
}
.BgClassName
{
background-color: #383198;
}
</style>
border-color css
<style>
span { border-color: #383198; }
span { border-color: rgb(56,49,152); }
td.TdClassName
{
border-color: #383198;
}
.TagClassName
{
border-color: #383198;
}
</style>