Shades of Dark Slate Blue #39358B
Tints of Dark Slate Blue #39358B
RGB
CMYK
RGB Variations
Color information
#39358B (or 0x39358B) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 8B. RGB value is (57,53,139). Sum of RGB (Red+Green+Blue) = 57+53+139=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #39358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39358B is #C6CA74. Grayscale: #3F3F3F. Windows color (decimal): -13027957 or 9123129. OLE color: 9123129.
HSL color Cylindrical-coordinate representation of color #39358B: hue angle of 242.79º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39358B is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 53 | 139 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.45 |
| HSL | 242.79º | 0.45% | 0.38% | - |
| HSV(B) | 242.79º | 0.62% | 0.55% | - |
| XYZ | 7.62 | 5.28 | 25.04 | - |
| YUV | 64 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 139 | 0.59 | 0.62 | 0 | 0.45 | 242.79 | 0.45 | 0.38 |
| Hex | 39 | 35 | 8B | 3B | 3E | 0 | 2D | F3 | 2D | 26 |
| Octal | 71 | 65 | 213 | 73 | 76 | 0 | 55 | 363 | 55 | 46 |
| Binary | 111001 | 110101 | 10001011 | 111011 | 111110 | 0 | 101101 | 11110011 | 101101 | 100110 |
Color Harmonies of #39358B
Complementary color
Monochromatic Colors of #39358B
Black with #39358B
Text Example
Text Example
White with #39358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39358B; }
p { color: rgb(57,53,139); }
H1.HeaderClassName
{
color: #39358B;
}
.AnyTagClassName
{
color: #39358B;
}
</style>
background-color css
<style>
a { background-color: #39358B; }
a { background-color: rgb(57,53,139); }
div.DivClassName
{
background-color: #39358B;
}
.BgClassName
{
background-color: #39358B;
}
</style>
border-color css
<style>
span { border-color: #39358B; }
span { border-color: rgb(57,53,139); }
td.TdClassName
{
border-color: #39358B;
}
.TagClassName
{
border-color: #39358B;
}
</style>