Shades of Dark Slate Blue #383F9D
Tints of Dark Slate Blue #383F9D
RGB
CMYK
RGB Variations
Color information
#383F9D (or 0x383F9D) is known color: Dark Slate Blue. HEX triplet: 38, 3F and 9D. RGB value is (56,63,157). Sum of RGB (Red+Green+Blue) = 56+63+157=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #383F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F9D is #C7C062. Grayscale: #474747. Windows color (decimal): -13090915 or 10305336. OLE color: 10305336.
HSL color Cylindrical-coordinate representation of color #383F9D: hue angle of 235.84º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383F9D is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 63 | 157 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.38 |
| HSL | 235.84º | 0.47% | 0.42% | - |
| HSV(B) | 235.84º | 0.64% | 0.62% | - |
| XYZ | 9.49 | 6.83 | 32.72 | - |
| YUV | 71.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 157 | 0.64 | 0.60 | 0 | 0.38 | 235.84 | 0.47 | 0.42 |
| Hex | 38 | 3F | 9D | 40 | 3C | 0 | 26 | EC | 2F | 2A |
| Octal | 70 | 77 | 235 | 100 | 74 | 0 | 46 | 354 | 57 | 52 |
| Binary | 111000 | 111111 | 10011101 | 1000000 | 111100 | 0 | 100110 | 11101100 | 101111 | 101010 |
Color Harmonies of #383F9D
Complementary color
Monochromatic Colors of #383F9D
Black with #383F9D
Text Example
Text Example
White with #383F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F9D; }
p { color: rgb(56,63,157); }
H1.HeaderClassName
{
color: #383F9D;
}
.AnyTagClassName
{
color: #383F9D;
}
</style>
background-color css
<style>
a { background-color: #383F9D; }
a { background-color: rgb(56,63,157); }
div.DivClassName
{
background-color: #383F9D;
}
.BgClassName
{
background-color: #383F9D;
}
</style>
border-color css
<style>
span { border-color: #383F9D; }
span { border-color: rgb(56,63,157); }
td.TdClassName
{
border-color: #383F9D;
}
.TagClassName
{
border-color: #383F9D;
}
</style>