Shades of Dark Slate Blue #3B3194
Tints of Dark Slate Blue #3B3194
RGB
CMYK
RGB Variations
Color information
#3B3194 (or 0x3B3194) is known color: Dark Slate Blue. HEX triplet: 3B, 31 and 94. RGB value is (59,49,148). Sum of RGB (Red+Green+Blue) = 59+49+148=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3194 is #C4CE6B. Grayscale: #3E3E3E. Windows color (decimal): -12897900 or 9711931. OLE color: 9711931.
HSL color Cylindrical-coordinate representation of color #3B3194: hue angle of 246.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B3194 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 49 | 148 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.42 |
| HSL | 246.06º | 0.5% | 0.39% | - |
| HSV(B) | 246.06º | 0.67% | 0.58% | - |
| XYZ | 8.25 | 5.26 | 28.6 | - |
| YUV | 63.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 148 | 0.60 | 0.67 | 0 | 0.42 | 246.06 | 0.5 | 0.39 |
| Hex | 3B | 31 | 94 | 3C | 43 | 0 | 2A | F6 | 32 | 27 |
| Octal | 73 | 61 | 224 | 74 | 103 | 0 | 52 | 366 | 62 | 47 |
| Binary | 111011 | 110001 | 10010100 | 111100 | 1000011 | 0 | 101010 | 11110110 | 110010 | 100111 |
Color Harmonies of #3B3194
Complementary color
Monochromatic Colors of #3B3194
Black with #3B3194
Text Example
Text Example
White with #3B3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3194; }
p { color: rgb(59,49,148); }
H1.HeaderClassName
{
color: #3B3194;
}
.AnyTagClassName
{
color: #3B3194;
}
</style>
background-color css
<style>
a { background-color: #3B3194; }
a { background-color: rgb(59,49,148); }
div.DivClassName
{
background-color: #3B3194;
}
.BgClassName
{
background-color: #3B3194;
}
</style>
border-color css
<style>
span { border-color: #3B3194; }
span { border-color: rgb(59,49,148); }
td.TdClassName
{
border-color: #3B3194;
}
.TagClassName
{
border-color: #3B3194;
}
</style>