Shades of Dark Slate Blue #3B3297
Tints of Dark Slate Blue #3B3297
RGB
CMYK
RGB Variations
Color information
#3B3297 (or 0x3B3297) is known color: Dark Slate Blue. HEX triplet: 3B, 32 and 97. RGB value is (59,50,151). Sum of RGB (Red+Green+Blue) = 59+50+151=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B3297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3297 is #C4CD68. Grayscale: #3F3F3F. Windows color (decimal): -12897641 or 9908795. OLE color: 9908795.
HSL color Cylindrical-coordinate representation of color #3B3297: hue angle of 245.35º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B3297 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 50 | 151 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.41 |
| HSL | 245.35º | 0.5% | 0.39% | - |
| HSV(B) | 245.35º | 0.67% | 0.59% | - |
| XYZ | 8.53 | 5.45 | 29.88 | - |
| YUV | 64.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 151 | 0.61 | 0.67 | 0 | 0.41 | 245.35 | 0.5 | 0.39 |
| Hex | 3B | 32 | 97 | 3D | 43 | 0 | 29 | F5 | 32 | 27 |
| Octal | 73 | 62 | 227 | 75 | 103 | 0 | 51 | 365 | 62 | 47 |
| Binary | 111011 | 110010 | 10010111 | 111101 | 1000011 | 0 | 101001 | 11110101 | 110010 | 100111 |
Color Harmonies of #3B3297
Complementary color
Monochromatic Colors of #3B3297
Black with #3B3297
Text Example
Text Example
White with #3B3297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3297; }
p { color: rgb(59,50,151); }
H1.HeaderClassName
{
color: #3B3297;
}
.AnyTagClassName
{
color: #3B3297;
}
</style>
background-color css
<style>
a { background-color: #3B3297; }
a { background-color: rgb(59,50,151); }
div.DivClassName
{
background-color: #3B3297;
}
.BgClassName
{
background-color: #3B3297;
}
</style>
border-color css
<style>
span { border-color: #3B3297; }
span { border-color: rgb(59,50,151); }
td.TdClassName
{
border-color: #3B3297;
}
.TagClassName
{
border-color: #3B3297;
}
</style>