Shades of Dark Slate Blue #383992
Tints of Dark Slate Blue #383992
RGB
CMYK
RGB Variations
Color information
#383992 (or 0x383992) is known color: Dark Slate Blue. HEX triplet: 38, 39 and 92. RGB value is (56,57,146). Sum of RGB (Red+Green+Blue) = 56+57+146=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #383992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383992 is #C7C66D. Grayscale: #424242. Windows color (decimal): -13092462 or 9582904. OLE color: 9582904.
HSL color Cylindrical-coordinate representation of color #383992: hue angle of 239.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383992 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 57 | 146 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.43 |
| HSL | 239.33º | 0.45% | 0.4% | - |
| HSV(B) | 239.33º | 0.62% | 0.57% | - |
| XYZ | 8.28 | 5.84 | 27.89 | - |
| YUV | 66.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 146 | 0.62 | 0.61 | 0 | 0.43 | 239.33 | 0.45 | 0.4 |
| Hex | 38 | 39 | 92 | 3E | 3D | 0 | 2B | EF | 2D | 28 |
| Octal | 70 | 71 | 222 | 76 | 75 | 0 | 53 | 357 | 55 | 50 |
| Binary | 111000 | 111001 | 10010010 | 111110 | 111101 | 0 | 101011 | 11101111 | 101101 | 101000 |
Color Harmonies of #383992
Complementary color
Monochromatic Colors of #383992
Black with #383992
Text Example
Text Example
White with #383992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383992; }
p { color: rgb(56,57,146); }
H1.HeaderClassName
{
color: #383992;
}
.AnyTagClassName
{
color: #383992;
}
</style>
background-color css
<style>
a { background-color: #383992; }
a { background-color: rgb(56,57,146); }
div.DivClassName
{
background-color: #383992;
}
.BgClassName
{
background-color: #383992;
}
</style>
border-color css
<style>
span { border-color: #383992; }
span { border-color: rgb(56,57,146); }
td.TdClassName
{
border-color: #383992;
}
.TagClassName
{
border-color: #383992;
}
</style>