Shades of Dark Slate Blue #3F4196
Tints of Dark Slate Blue #3F4196
RGB
CMYK
RGB Variations
Color information
#3F4196 (or 0x3F4196) is known color: Dark Slate Blue. HEX triplet: 3F, 41 and 96. RGB value is (63,65,150). Sum of RGB (Red+Green+Blue) = 63+65+150=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F4196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4196 is #C0BE69. Grayscale: #494949. Windows color (decimal): -12631658 or 9847103. OLE color: 9847103.
HSL color Cylindrical-coordinate representation of color #3F4196: hue angle of 238.62º 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 #3F4196 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 65 | 150 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.41 |
| HSL | 238.62º | 0.41% | 0.42% | - |
| HSV(B) | 238.62º | 0.58% | 0.59% | - |
| XYZ | 9.45 | 7.04 | 29.72 | - |
| YUV | 74.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 150 | 0.58 | 0.57 | 0 | 0.41 | 238.62 | 0.41 | 0.42 |
| Hex | 3F | 41 | 96 | 3A | 39 | 0 | 29 | EF | 29 | 2A |
| Octal | 77 | 101 | 226 | 72 | 71 | 0 | 51 | 357 | 51 | 52 |
| Binary | 111111 | 1000001 | 10010110 | 111010 | 111001 | 0 | 101001 | 11101111 | 101001 | 101010 |
Color Harmonies of #3F4196
Complementary color
Monochromatic Colors of #3F4196
Black with #3F4196
Text Example
Text Example
White with #3F4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4196; }
p { color: rgb(63,65,150); }
H1.HeaderClassName
{
color: #3F4196;
}
.AnyTagClassName
{
color: #3F4196;
}
</style>
background-color css
<style>
a { background-color: #3F4196; }
a { background-color: rgb(63,65,150); }
div.DivClassName
{
background-color: #3F4196;
}
.BgClassName
{
background-color: #3F4196;
}
</style>
border-color css
<style>
span { border-color: #3F4196; }
span { border-color: rgb(63,65,150); }
td.TdClassName
{
border-color: #3F4196;
}
.TagClassName
{
border-color: #3F4196;
}
</style>