Shades of Dark Slate Blue #3F3F92
Tints of Dark Slate Blue #3F3F92
RGB
CMYK
RGB Variations
Color information
#3F3F92 (or 0x3F3F92) is known color: Dark Slate Blue. HEX triplet: 3F, 3F and 92. RGB value is (63,63,146). Sum of RGB (Red+Green+Blue) = 63+63+146=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3F92 is #C0C06D. Grayscale: #484848. Windows color (decimal): -12632174 or 9584447. OLE color: 9584447.
HSL color Cylindrical-coordinate representation of color #3F3F92: hue angle of 240º 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 #3F3F92 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 63 | 146 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.43 |
| HSL | 240º | 0.4% | 0.41% | - |
| HSV(B) | 240º | 0.57% | 0.57% | - |
| XYZ | 9.02 | 6.69 | 28.01 | - |
| YUV | 72.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 146 | 0.57 | 0.57 | 0 | 0.43 | 240 | 0.4 | 0.41 |
| Hex | 3F | 3F | 92 | 39 | 39 | 0 | 2B | F0 | 28 | 29 |
| Octal | 77 | 77 | 222 | 71 | 71 | 0 | 53 | 360 | 50 | 51 |
| Binary | 111111 | 111111 | 10010010 | 111001 | 111001 | 0 | 101011 | 11110000 | 101000 | 101001 |
Color Harmonies of #3F3F92
Complementary color
Monochromatic Colors of #3F3F92
Black with #3F3F92
Text Example
Text Example
White with #3F3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F92; }
p { color: rgb(63,63,146); }
H1.HeaderClassName
{
color: #3F3F92;
}
.AnyTagClassName
{
color: #3F3F92;
}
</style>
background-color css
<style>
a { background-color: #3F3F92; }
a { background-color: rgb(63,63,146); }
div.DivClassName
{
background-color: #3F3F92;
}
.BgClassName
{
background-color: #3F3F92;
}
</style>
border-color css
<style>
span { border-color: #3F3F92; }
span { border-color: rgb(63,63,146); }
td.TdClassName
{
border-color: #3F3F92;
}
.TagClassName
{
border-color: #3F3F92;
}
</style>