Shades of Dark Slate Blue #3F4192
Tints of Dark Slate Blue #3F4192
RGB
CMYK
RGB Variations
Color information
#3F4192 (or 0x3F4192) is known color: Dark Slate Blue. HEX triplet: 3F, 41 and 92. RGB value is (63,65,146). Sum of RGB (Red+Green+Blue) = 63+65+146=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F4192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4192 is #C0BE6D. Grayscale: #494949. Windows color (decimal): -12631662 or 9584959. OLE color: 9584959.
HSL color Cylindrical-coordinate representation of color #3F4192: hue angle of 238.55º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4192 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 65 | 146 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.43 |
| HSL | 238.55º | 0.4% | 0.41% | - |
| HSV(B) | 238.55º | 0.57% | 0.57% | - |
| XYZ | 9.13 | 6.91 | 28.05 | - |
| YUV | 73.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 146 | 0.57 | 0.55 | 0 | 0.43 | 238.55 | 0.4 | 0.41 |
| Hex | 3F | 41 | 92 | 39 | 37 | 0 | 2B | EF | 28 | 29 |
| Octal | 77 | 101 | 222 | 71 | 67 | 0 | 53 | 357 | 50 | 51 |
| Binary | 111111 | 1000001 | 10010010 | 111001 | 110111 | 0 | 101011 | 11101111 | 101000 | 101001 |
Color Harmonies of #3F4192
Complementary color
Monochromatic Colors of #3F4192
Black with #3F4192
Text Example
Text Example
White with #3F4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4192; }
p { color: rgb(63,65,146); }
H1.HeaderClassName
{
color: #3F4192;
}
.AnyTagClassName
{
color: #3F4192;
}
</style>
background-color css
<style>
a { background-color: #3F4192; }
a { background-color: rgb(63,65,146); }
div.DivClassName
{
background-color: #3F4192;
}
.BgClassName
{
background-color: #3F4192;
}
</style>
border-color css
<style>
span { border-color: #3F4192; }
span { border-color: rgb(63,65,146); }
td.TdClassName
{
border-color: #3F4192;
}
.TagClassName
{
border-color: #3F4192;
}
</style>