Shades of Dark Slate Blue #3B3B9B
Tints of Dark Slate Blue #3B3B9B
RGB
CMYK
RGB Variations
Color information
#3B3B9B (or 0x3B3B9B) is known color: Dark Slate Blue. HEX triplet: 3B, 3B and 9B. RGB value is (59,59,155). Sum of RGB (Red+Green+Blue) = 59+59+155=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B3B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3B9B is #C4C464. Grayscale: #454545. Windows color (decimal): -12895333 or 10173243. OLE color: 10173243.
HSL color Cylindrical-coordinate representation of color #3B3B9B: hue angle of 240º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B3B9B is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 59 | 155 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.39 |
| HSL | 240º | 0.45% | 0.42% | - |
| HSV(B) | 240º | 0.62% | 0.61% | - |
| XYZ | 9.28 | 6.42 | 31.76 | - |
| YUV | 69.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 59 | 155 | 0.62 | 0.62 | 0 | 0.39 | 240 | 0.45 | 0.42 |
| Hex | 3B | 3B | 9B | 3E | 3E | 0 | 27 | F0 | 2D | 2A |
| Octal | 73 | 73 | 233 | 76 | 76 | 0 | 47 | 360 | 55 | 52 |
| Binary | 111011 | 111011 | 10011011 | 111110 | 111110 | 0 | 100111 | 11110000 | 101101 | 101010 |
Color Harmonies of #3B3B9B
Complementary color
Monochromatic Colors of #3B3B9B
Black with #3B3B9B
Text Example
Text Example
White with #3B3B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3B9B; }
p { color: rgb(59,59,155); }
H1.HeaderClassName
{
color: #3B3B9B;
}
.AnyTagClassName
{
color: #3B3B9B;
}
</style>
background-color css
<style>
a { background-color: #3B3B9B; }
a { background-color: rgb(59,59,155); }
div.DivClassName
{
background-color: #3B3B9B;
}
.BgClassName
{
background-color: #3B3B9B;
}
</style>
border-color css
<style>
span { border-color: #3B3B9B; }
span { border-color: rgb(59,59,155); }
td.TdClassName
{
border-color: #3B3B9B;
}
.TagClassName
{
border-color: #3B3B9B;
}
</style>