Shades of Dark Slate Blue #3F3194
Tints of Dark Slate Blue #3F3194
RGB
CMYK
RGB Variations
Color information
#3F3194 (or 0x3F3194) is known color: Dark Slate Blue. HEX triplet: 3F, 31 and 94. RGB value is (63,49,148). Sum of RGB (Red+Green+Blue) = 63+49+148=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3194 is #C0CE6B. Grayscale: #404040. Windows color (decimal): -12635756 or 9711935. OLE color: 9711935.
HSL color Cylindrical-coordinate representation of color #3F3194: hue angle of 248.48º 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 #3F3194 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 49 | 148 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.42 |
| HSL | 248.48º | 0.5% | 0.39% | - |
| HSV(B) | 248.48º | 0.67% | 0.58% | - |
| XYZ | 8.49 | 5.39 | 28.61 | - |
| YUV | 64.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 148 | 0.57 | 0.67 | 0 | 0.42 | 248.48 | 0.5 | 0.39 |
| Hex | 3F | 31 | 94 | 39 | 43 | 0 | 2A | F8 | 32 | 27 |
| Octal | 77 | 61 | 224 | 71 | 103 | 0 | 52 | 370 | 62 | 47 |
| Binary | 111111 | 110001 | 10010100 | 111001 | 1000011 | 0 | 101010 | 11111000 | 110010 | 100111 |
Color Harmonies of #3F3194
Complementary color
Monochromatic Colors of #3F3194
Black with #3F3194
Text Example
Text Example
White with #3F3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3194; }
p { color: rgb(63,49,148); }
H1.HeaderClassName
{
color: #3F3194;
}
.AnyTagClassName
{
color: #3F3194;
}
</style>
background-color css
<style>
a { background-color: #3F3194; }
a { background-color: rgb(63,49,148); }
div.DivClassName
{
background-color: #3F3194;
}
.BgClassName
{
background-color: #3F3194;
}
</style>
border-color css
<style>
span { border-color: #3F3194; }
span { border-color: rgb(63,49,148); }
td.TdClassName
{
border-color: #3F3194;
}
.TagClassName
{
border-color: #3F3194;
}
</style>