Shades of Dark Slate Blue #3B3394
Tints of Dark Slate Blue #3B3394
RGB
CMYK
RGB Variations
Color information
#3B3394 (or 0x3B3394) is known color: Dark Slate Blue. HEX triplet: 3B, 33 and 94. RGB value is (59,51,148). Sum of RGB (Red+Green+Blue) = 59+51+148=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B3394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3394 is #C4CC6B. Grayscale: #404040. Windows color (decimal): -12897388 or 9712443. OLE color: 9712443.
HSL color Cylindrical-coordinate representation of color #3B3394: hue angle of 244.95º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3394 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 51 | 148 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.42 |
| HSL | 244.95º | 0.49% | 0.39% | - |
| HSV(B) | 244.95º | 0.66% | 0.58% | - |
| XYZ | 8.33 | 5.44 | 28.63 | - |
| YUV | 64.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 148 | 0.60 | 0.66 | 0 | 0.42 | 244.95 | 0.49 | 0.39 |
| Hex | 3B | 33 | 94 | 3C | 42 | 0 | 2A | F5 | 31 | 27 |
| Octal | 73 | 63 | 224 | 74 | 102 | 0 | 52 | 365 | 61 | 47 |
| Binary | 111011 | 110011 | 10010100 | 111100 | 1000010 | 0 | 101010 | 11110101 | 110001 | 100111 |
Color Harmonies of #3B3394
Complementary color
Monochromatic Colors of #3B3394
Black with #3B3394
Text Example
Text Example
White with #3B3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3394; }
p { color: rgb(59,51,148); }
H1.HeaderClassName
{
color: #3B3394;
}
.AnyTagClassName
{
color: #3B3394;
}
</style>
background-color css
<style>
a { background-color: #3B3394; }
a { background-color: rgb(59,51,148); }
div.DivClassName
{
background-color: #3B3394;
}
.BgClassName
{
background-color: #3B3394;
}
</style>
border-color css
<style>
span { border-color: #3B3394; }
span { border-color: rgb(59,51,148); }
td.TdClassName
{
border-color: #3B3394;
}
.TagClassName
{
border-color: #3B3394;
}
</style>