Shades of Dark Slate Blue #3B409F
Tints of Dark Slate Blue #3B409F
RGB
CMYK
RGB Variations
Color information
#3B409F (or 0x3B409F) is known color: Dark Slate Blue. HEX triplet: 3B, 40 and 9F. RGB value is (59,64,159). Sum of RGB (Red+Green+Blue) = 59+64+159=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B409F is #C4BF60. Grayscale: #484848. Windows color (decimal): -12894049 or 10436667. OLE color: 10436667.
HSL color Cylindrical-coordinate representation of color #3B409F: hue angle of 237º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B409F is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 64 | 159 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.38 |
| HSL | 237º | 0.46% | 0.43% | - |
| HSV(B) | 237º | 0.63% | 0.62% | - |
| XYZ | 9.9 | 7.1 | 33.65 | - |
| YUV | 73.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 159 | 0.63 | 0.60 | 0 | 0.38 | 237 | 0.46 | 0.43 |
| Hex | 3B | 40 | 9F | 3F | 3C | 0 | 26 | ED | 2E | 2B |
| Octal | 73 | 100 | 237 | 77 | 74 | 0 | 46 | 355 | 56 | 53 |
| Binary | 111011 | 1000000 | 10011111 | 111111 | 111100 | 0 | 100110 | 11101101 | 101110 | 101011 |
Color Harmonies of #3B409F
Complementary color
Monochromatic Colors of #3B409F
Black with #3B409F
Text Example
Text Example
White with #3B409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B409F; }
p { color: rgb(59,64,159); }
H1.HeaderClassName
{
color: #3B409F;
}
.AnyTagClassName
{
color: #3B409F;
}
</style>
background-color css
<style>
a { background-color: #3B409F; }
a { background-color: rgb(59,64,159); }
div.DivClassName
{
background-color: #3B409F;
}
.BgClassName
{
background-color: #3B409F;
}
</style>
border-color css
<style>
span { border-color: #3B409F; }
span { border-color: rgb(59,64,159); }
td.TdClassName
{
border-color: #3B409F;
}
.TagClassName
{
border-color: #3B409F;
}
</style>