Shades of Dark Slate Blue #3B3B90
Tints of Dark Slate Blue #3B3B90
RGB
CMYK
RGB Variations
Color information
#3B3B90 (or 0x3B3B90) is known color: Dark Slate Blue. HEX triplet: 3B, 3B and 90. RGB value is (59,59,144). Sum of RGB (Red+Green+Blue) = 59+59+144=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B3B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3B90 is #C4C46F. Grayscale: #444444. Windows color (decimal): -12895344 or 9452347. OLE color: 9452347.
HSL color Cylindrical-coordinate representation of color #3B3B90: hue angle of 240º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3B90 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 59 | 144 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.44 |
| HSL | 240º | 0.42% | 0.4% | - |
| HSV(B) | 240º | 0.59% | 0.56% | - |
| XYZ | 8.4 | 6.07 | 27.11 | - |
| YUV | 68.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 59 | 144 | 0.59 | 0.59 | 0 | 0.44 | 240 | 0.42 | 0.4 |
| Hex | 3B | 3B | 90 | 3B | 3B | 0 | 2C | F0 | 2A | 28 |
| Octal | 73 | 73 | 220 | 73 | 73 | 0 | 54 | 360 | 52 | 50 |
| Binary | 111011 | 111011 | 10010000 | 111011 | 111011 | 0 | 101100 | 11110000 | 101010 | 101000 |
Color Harmonies of #3B3B90
Complementary color
Monochromatic Colors of #3B3B90
Black with #3B3B90
Text Example
Text Example
White with #3B3B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3B90; }
p { color: rgb(59,59,144); }
H1.HeaderClassName
{
color: #3B3B90;
}
.AnyTagClassName
{
color: #3B3B90;
}
</style>
background-color css
<style>
a { background-color: #3B3B90; }
a { background-color: rgb(59,59,144); }
div.DivClassName
{
background-color: #3B3B90;
}
.BgClassName
{
background-color: #3B3B90;
}
</style>
border-color css
<style>
span { border-color: #3B3B90; }
span { border-color: rgb(59,59,144); }
td.TdClassName
{
border-color: #3B3B90;
}
.TagClassName
{
border-color: #3B3B90;
}
</style>