Shades of Dark Slate Blue #383F9B
Tints of Dark Slate Blue #383F9B
RGB
CMYK
RGB Variations
Color information
#383F9B (or 0x383F9B) is known color: Dark Slate Blue. HEX triplet: 38, 3F and 9B. RGB value is (56,63,155). Sum of RGB (Red+Green+Blue) = 56+63+155=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #383F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F9B is #C7C064. Grayscale: #474747. Windows color (decimal): -13090917 or 10174264. OLE color: 10174264.
HSL color Cylindrical-coordinate representation of color #383F9B: hue angle of 235.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383F9B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 63 | 155 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.39 |
| HSL | 235.76º | 0.47% | 0.41% | - |
| HSV(B) | 235.76º | 0.64% | 0.61% | - |
| XYZ | 9.32 | 6.76 | 31.82 | - |
| YUV | 71.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 155 | 0.64 | 0.59 | 0 | 0.39 | 235.76 | 0.47 | 0.41 |
| Hex | 38 | 3F | 9B | 40 | 3B | 0 | 27 | EC | 2F | 29 |
| Octal | 70 | 77 | 233 | 100 | 73 | 0 | 47 | 354 | 57 | 51 |
| Binary | 111000 | 111111 | 10011011 | 1000000 | 111011 | 0 | 100111 | 11101100 | 101111 | 101001 |
Color Harmonies of #383F9B
Complementary color
Monochromatic Colors of #383F9B
Black with #383F9B
Text Example
Text Example
White with #383F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F9B; }
p { color: rgb(56,63,155); }
H1.HeaderClassName
{
color: #383F9B;
}
.AnyTagClassName
{
color: #383F9B;
}
</style>
background-color css
<style>
a { background-color: #383F9B; }
a { background-color: rgb(56,63,155); }
div.DivClassName
{
background-color: #383F9B;
}
.BgClassName
{
background-color: #383F9B;
}
</style>
border-color css
<style>
span { border-color: #383F9B; }
span { border-color: rgb(56,63,155); }
td.TdClassName
{
border-color: #383F9B;
}
.TagClassName
{
border-color: #383F9B;
}
</style>