Shades of Dark Slate Blue #39389B
Tints of Dark Slate Blue #39389B
RGB
CMYK
RGB Variations
Color information
#39389B (or 0x39389B) is known color: Dark Slate Blue. HEX triplet: 39, 38 and 9B. RGB value is (57,56,155). Sum of RGB (Red+Green+Blue) = 57+56+155=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #39389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39389B is #C6C764. Grayscale: #434343. Windows color (decimal): -13027173 or 10172473. OLE color: 10172473.
HSL color Cylindrical-coordinate representation of color #39389B: hue angle of 240.61º 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 #39389B is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 56 | 155 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.39 |
| HSL | 240.61º | 0.47% | 0.41% | - |
| HSV(B) | 240.61º | 0.64% | 0.61% | - |
| XYZ | 9.02 | 6.06 | 31.71 | - |
| YUV | 67.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 155 | 0.63 | 0.64 | 0 | 0.39 | 240.61 | 0.47 | 0.41 |
| Hex | 39 | 38 | 9B | 3F | 40 | 0 | 27 | F1 | 2F | 29 |
| Octal | 71 | 70 | 233 | 77 | 100 | 0 | 47 | 361 | 57 | 51 |
| Binary | 111001 | 111000 | 10011011 | 111111 | 1000000 | 0 | 100111 | 11110001 | 101111 | 101001 |
Color Harmonies of #39389B
Complementary color
Monochromatic Colors of #39389B
Black with #39389B
Text Example
Text Example
White with #39389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39389B; }
p { color: rgb(57,56,155); }
H1.HeaderClassName
{
color: #39389B;
}
.AnyTagClassName
{
color: #39389B;
}
</style>
background-color css
<style>
a { background-color: #39389B; }
a { background-color: rgb(57,56,155); }
div.DivClassName
{
background-color: #39389B;
}
.BgClassName
{
background-color: #39389B;
}
</style>
border-color css
<style>
span { border-color: #39389B; }
span { border-color: rgb(57,56,155); }
td.TdClassName
{
border-color: #39389B;
}
.TagClassName
{
border-color: #39389B;
}
</style>