Shades of Dark Slate Blue #3F4295
Tints of Dark Slate Blue #3F4295
RGB
CMYK
RGB Variations
Color information
#3F4295 (or 0x3F4295) is known color: Dark Slate Blue. HEX triplet: 3F, 42 and 95. RGB value is (63,66,149). Sum of RGB (Red+Green+Blue) = 63+66+149=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4295 is #C0BD6A. Grayscale: #4A4A4A. Windows color (decimal): -12631403 or 9781823. OLE color: 9781823.
HSL color Cylindrical-coordinate representation of color #3F4295: hue angle of 237.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F4295 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 66 | 149 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.42 |
| HSL | 237.91º | 0.41% | 0.42% | - |
| HSV(B) | 237.91º | 0.58% | 0.58% | - |
| XYZ | 9.42 | 7.12 | 29.31 | - |
| YUV | 74.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 149 | 0.58 | 0.56 | 0 | 0.42 | 237.91 | 0.41 | 0.42 |
| Hex | 3F | 42 | 95 | 3A | 38 | 0 | 2A | EE | 29 | 2A |
| Octal | 77 | 102 | 225 | 72 | 70 | 0 | 52 | 356 | 51 | 52 |
| Binary | 111111 | 1000010 | 10010101 | 111010 | 111000 | 0 | 101010 | 11101110 | 101001 | 101010 |
Color Harmonies of #3F4295
Complementary color
Monochromatic Colors of #3F4295
Black with #3F4295
Text Example
Text Example
White with #3F4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4295; }
p { color: rgb(63,66,149); }
H1.HeaderClassName
{
color: #3F4295;
}
.AnyTagClassName
{
color: #3F4295;
}
</style>
background-color css
<style>
a { background-color: #3F4295; }
a { background-color: rgb(63,66,149); }
div.DivClassName
{
background-color: #3F4295;
}
.BgClassName
{
background-color: #3F4295;
}
</style>
border-color css
<style>
span { border-color: #3F4295; }
span { border-color: rgb(63,66,149); }
td.TdClassName
{
border-color: #3F4295;
}
.TagClassName
{
border-color: #3F4295;
}
</style>