Shades of Dark Slate Blue #3B3085
Tints of Dark Slate Blue #3B3085
RGB
CMYK
RGB Variations
Color information
#3B3085 (or 0x3B3085) is known color: Dark Slate Blue. HEX triplet: 3B, 30 and 85. RGB value is (59,48,133). Sum of RGB (Red+Green+Blue) = 59+48+133=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3085 is #C4CF7A. Grayscale: #3C3C3C. Windows color (decimal): -12898171 or 8728635. OLE color: 8728635.
HSL color Cylindrical-coordinate representation of color #3B3085: hue angle of 247.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B3085 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 48 | 133 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.48 |
| HSL | 247.76º | 0.47% | 0.35% | - |
| HSV(B) | 247.76º | 0.64% | 0.52% | - |
| XYZ | 7.09 | 4.74 | 22.73 | - |
| YUV | 60.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 133 | 0.56 | 0.64 | 0 | 0.48 | 247.76 | 0.47 | 0.35 |
| Hex | 3B | 30 | 85 | 38 | 40 | 0 | 30 | F8 | 2F | 23 |
| Octal | 73 | 60 | 205 | 70 | 100 | 0 | 60 | 370 | 57 | 43 |
| Binary | 111011 | 110000 | 10000101 | 111000 | 1000000 | 0 | 110000 | 11111000 | 101111 | 100011 |
Color Harmonies of #3B3085
Complementary color
Monochromatic Colors of #3B3085
Black with #3B3085
Text Example
Text Example
White with #3B3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3085; }
p { color: rgb(59,48,133); }
H1.HeaderClassName
{
color: #3B3085;
}
.AnyTagClassName
{
color: #3B3085;
}
</style>
background-color css
<style>
a { background-color: #3B3085; }
a { background-color: rgb(59,48,133); }
div.DivClassName
{
background-color: #3B3085;
}
.BgClassName
{
background-color: #3B3085;
}
</style>
border-color css
<style>
span { border-color: #3B3085; }
span { border-color: rgb(59,48,133); }
td.TdClassName
{
border-color: #3B3085;
}
.TagClassName
{
border-color: #3B3085;
}
</style>