Shades of Dark Slate Blue #3B3CA0
Tints of Dark Slate Blue #3B3CA0
RGB
CMYK
RGB Variations
Color information
#3B3CA0 (or 0x3B3CA0) is known color: Dark Slate Blue. HEX triplet: 3B, 3C and A0. RGB value is (59,60,160). Sum of RGB (Red+Green+Blue) = 59+60+160=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B3CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3CA0 is #C4C35F. Grayscale: #464646. Windows color (decimal): -12895072 or 10501179. OLE color: 10501179.
HSL color Cylindrical-coordinate representation of color #3B3CA0: hue angle of 239.41º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B3CA0 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 60 | 160 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.37 |
| HSL | 239.41º | 0.46% | 0.43% | - |
| HSV(B) | 239.41º | 0.63% | 0.63% | - |
| XYZ | 9.76 | 6.7 | 34.04 | - |
| YUV | 71.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 160 | 0.63 | 0.62 | 0 | 0.37 | 239.41 | 0.46 | 0.43 |
| Hex | 3B | 3C | A0 | 3F | 3E | 0 | 25 | EF | 2E | 2B |
| Octal | 73 | 74 | 240 | 77 | 76 | 0 | 45 | 357 | 56 | 53 |
| Binary | 111011 | 111100 | 10100000 | 111111 | 111110 | 0 | 100101 | 11101111 | 101110 | 101011 |
Color Harmonies of #3B3CA0
Complementary color
Monochromatic Colors of #3B3CA0
Black with #3B3CA0
Text Example
Text Example
White with #3B3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3CA0; }
p { color: rgb(59,60,160); }
H1.HeaderClassName
{
color: #3B3CA0;
}
.AnyTagClassName
{
color: #3B3CA0;
}
</style>
background-color css
<style>
a { background-color: #3B3CA0; }
a { background-color: rgb(59,60,160); }
div.DivClassName
{
background-color: #3B3CA0;
}
.BgClassName
{
background-color: #3B3CA0;
}
</style>
border-color css
<style>
span { border-color: #3B3CA0; }
span { border-color: rgb(59,60,160); }
td.TdClassName
{
border-color: #3B3CA0;
}
.TagClassName
{
border-color: #3B3CA0;
}
</style>