Shades of Dark Slate Blue #383C9D
Tints of Dark Slate Blue #383C9D
RGB
CMYK
RGB Variations
Color information
#383C9D (or 0x383C9D) is known color: Dark Slate Blue. HEX triplet: 38, 3C and 9D. RGB value is (56,60,157). Sum of RGB (Red+Green+Blue) = 56+60+157=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #383C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C9D is #C7C362. Grayscale: #454545. Windows color (decimal): -13091683 or 10304568. OLE color: 10304568.
HSL color Cylindrical-coordinate representation of color #383C9D: hue angle of 237.62º 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 #383C9D is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 60 | 157 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.38 |
| HSL | 237.62º | 0.47% | 0.42% | - |
| HSV(B) | 237.62º | 0.64% | 0.62% | - |
| XYZ | 9.33 | 6.51 | 32.66 | - |
| YUV | 69.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 157 | 0.64 | 0.62 | 0 | 0.38 | 237.62 | 0.47 | 0.42 |
| Hex | 38 | 3C | 9D | 40 | 3E | 0 | 26 | EE | 2F | 2A |
| Octal | 70 | 74 | 235 | 100 | 76 | 0 | 46 | 356 | 57 | 52 |
| Binary | 111000 | 111100 | 10011101 | 1000000 | 111110 | 0 | 100110 | 11101110 | 101111 | 101010 |
Color Harmonies of #383C9D
Complementary color
Monochromatic Colors of #383C9D
Black with #383C9D
Text Example
Text Example
White with #383C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C9D; }
p { color: rgb(56,60,157); }
H1.HeaderClassName
{
color: #383C9D;
}
.AnyTagClassName
{
color: #383C9D;
}
</style>
background-color css
<style>
a { background-color: #383C9D; }
a { background-color: rgb(56,60,157); }
div.DivClassName
{
background-color: #383C9D;
}
.BgClassName
{
background-color: #383C9D;
}
</style>
border-color css
<style>
span { border-color: #383C9D; }
span { border-color: rgb(56,60,157); }
td.TdClassName
{
border-color: #383C9D;
}
.TagClassName
{
border-color: #383C9D;
}
</style>