Shades of Dark Slate Blue #3F4396
Tints of Dark Slate Blue #3F4396
RGB
CMYK
RGB Variations
Color information
#3F4396 (or 0x3F4396) is known color: Dark Slate Blue. HEX triplet: 3F, 43 and 96. RGB value is (63,67,150). Sum of RGB (Red+Green+Blue) = 63+67+150=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F4396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4396 is #C0BC69. Grayscale: #4A4A4A. Windows color (decimal): -12631146 or 9847615. OLE color: 9847615.
HSL color Cylindrical-coordinate representation of color #3F4396: hue angle of 237.24º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F4396 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 67 | 150 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.41 |
| HSL | 237.24º | 0.41% | 0.42% | - |
| HSV(B) | 237.24º | 0.58% | 0.59% | - |
| XYZ | 9.56 | 7.27 | 29.75 | - |
| YUV | 75.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 150 | 0.58 | 0.55 | 0 | 0.41 | 237.24 | 0.41 | 0.42 |
| Hex | 3F | 43 | 96 | 3A | 37 | 0 | 29 | ED | 29 | 2A |
| Octal | 77 | 103 | 226 | 72 | 67 | 0 | 51 | 355 | 51 | 52 |
| Binary | 111111 | 1000011 | 10010110 | 111010 | 110111 | 0 | 101001 | 11101101 | 101001 | 101010 |
Color Harmonies of #3F4396
Complementary color
Monochromatic Colors of #3F4396
Black with #3F4396
Text Example
Text Example
White with #3F4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4396; }
p { color: rgb(63,67,150); }
H1.HeaderClassName
{
color: #3F4396;
}
.AnyTagClassName
{
color: #3F4396;
}
</style>
background-color css
<style>
a { background-color: #3F4396; }
a { background-color: rgb(63,67,150); }
div.DivClassName
{
background-color: #3F4396;
}
.BgClassName
{
background-color: #3F4396;
}
</style>
border-color css
<style>
span { border-color: #3F4396; }
span { border-color: rgb(63,67,150); }
td.TdClassName
{
border-color: #3F4396;
}
.TagClassName
{
border-color: #3F4396;
}
</style>