Shades of Dark Slate Blue #3B3192
Tints of Dark Slate Blue #3B3192
RGB
CMYK
RGB Variations
Color information
#3B3192 (or 0x3B3192) is known color: Dark Slate Blue. HEX triplet: 3B, 31 and 92. RGB value is (59,49,146). Sum of RGB (Red+Green+Blue) = 59+49+146=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3192 is #C4CE6D. Grayscale: #3E3E3E. Windows color (decimal): -12897902 or 9580859. OLE color: 9580859.
HSL color Cylindrical-coordinate representation of color #3B3192: hue angle of 246.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3192 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 49 | 146 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.43 |
| HSL | 246.19º | 0.5% | 0.38% | - |
| HSV(B) | 246.19º | 0.66% | 0.57% | - |
| XYZ | 8.09 | 5.2 | 27.77 | - |
| YUV | 63.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 146 | 0.60 | 0.66 | 0 | 0.43 | 246.19 | 0.5 | 0.38 |
| Hex | 3B | 31 | 92 | 3C | 42 | 0 | 2B | F6 | 32 | 26 |
| Octal | 73 | 61 | 222 | 74 | 102 | 0 | 53 | 366 | 62 | 46 |
| Binary | 111011 | 110001 | 10010010 | 111100 | 1000010 | 0 | 101011 | 11110110 | 110010 | 100110 |
Color Harmonies of #3B3192
Complementary color
Monochromatic Colors of #3B3192
Black with #3B3192
Text Example
Text Example
White with #3B3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3192; }
p { color: rgb(59,49,146); }
H1.HeaderClassName
{
color: #3B3192;
}
.AnyTagClassName
{
color: #3B3192;
}
</style>
background-color css
<style>
a { background-color: #3B3192; }
a { background-color: rgb(59,49,146); }
div.DivClassName
{
background-color: #3B3192;
}
.BgClassName
{
background-color: #3B3192;
}
</style>
border-color css
<style>
span { border-color: #3B3192; }
span { border-color: rgb(59,49,146); }
td.TdClassName
{
border-color: #3B3192;
}
.TagClassName
{
border-color: #3B3192;
}
</style>