Shades of Dark Slate Blue #3939A5
Tints of Dark Slate Blue #3939A5
RGB
CMYK
RGB Variations
Color information
#3939A5 (or 0x3939A5) is known color: Dark Slate Blue. HEX triplet: 39, 39 and A5. RGB value is (57,57,165). Sum of RGB (Red+Green+Blue) = 57+57+165=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #3939A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3939A5 is #C6C65A. Grayscale: #444444. Windows color (decimal): -13026907 or 10828089. OLE color: 10828089.
HSL color Cylindrical-coordinate representation of color #3939A5: hue angle of 240º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3939A5 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 57 | 165 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.35 |
| HSL | 240º | 0.49% | 0.44% | - |
| HSV(B) | 240º | 0.65% | 0.65% | - |
| XYZ | 9.94 | 6.51 | 36.33 | - |
| YUV | 69.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 165 | 0.65 | 0.65 | 0 | 0.35 | 240 | 0.49 | 0.44 |
| Hex | 39 | 39 | A5 | 41 | 41 | 0 | 23 | F0 | 31 | 2C |
| Octal | 71 | 71 | 245 | 101 | 101 | 0 | 43 | 360 | 61 | 54 |
| Binary | 111001 | 111001 | 10100101 | 1000001 | 1000001 | 0 | 100011 | 11110000 | 110001 | 101100 |
Color Harmonies of #3939A5
Complementary color
Monochromatic Colors of #3939A5
Black with #3939A5
Text Example
Text Example
White with #3939A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3939A5; }
p { color: rgb(57,57,165); }
H1.HeaderClassName
{
color: #3939A5;
}
.AnyTagClassName
{
color: #3939A5;
}
</style>
background-color css
<style>
a { background-color: #3939A5; }
a { background-color: rgb(57,57,165); }
div.DivClassName
{
background-color: #3939A5;
}
.BgClassName
{
background-color: #3939A5;
}
</style>
border-color css
<style>
span { border-color: #3939A5; }
span { border-color: rgb(57,57,165); }
td.TdClassName
{
border-color: #3939A5;
}
.TagClassName
{
border-color: #3939A5;
}
</style>