Shades of Dark Slate Blue #3F4493
Tints of Dark Slate Blue #3F4493
RGB
CMYK
RGB Variations
Color information
#3F4493 (or 0x3F4493) is known color: Dark Slate Blue. HEX triplet: 3F, 44 and 93. RGB value is (63,68,147). Sum of RGB (Red+Green+Blue) = 63+68+147=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F4493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4493 is #C0BB6C. Grayscale: #4B4B4B. Windows color (decimal): -12630893 or 9651263. OLE color: 9651263.
HSL color Cylindrical-coordinate representation of color #3F4493: hue angle of 236.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4493 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 68 | 147 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.42 |
| HSL | 236.43º | 0.4% | 0.41% | - |
| HSV(B) | 236.43º | 0.57% | 0.58% | - |
| XYZ | 9.38 | 7.3 | 28.52 | - |
| YUV | 75.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 147 | 0.57 | 0.54 | 0 | 0.42 | 236.43 | 0.4 | 0.41 |
| Hex | 3F | 44 | 93 | 39 | 36 | 0 | 2A | EC | 28 | 29 |
| Octal | 77 | 104 | 223 | 71 | 66 | 0 | 52 | 354 | 50 | 51 |
| Binary | 111111 | 1000100 | 10010011 | 111001 | 110110 | 0 | 101010 | 11101100 | 101000 | 101001 |
Color Harmonies of #3F4493
Complementary color
Monochromatic Colors of #3F4493
Black with #3F4493
Text Example
Text Example
White with #3F4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4493; }
p { color: rgb(63,68,147); }
H1.HeaderClassName
{
color: #3F4493;
}
.AnyTagClassName
{
color: #3F4493;
}
</style>
background-color css
<style>
a { background-color: #3F4493; }
a { background-color: rgb(63,68,147); }
div.DivClassName
{
background-color: #3F4493;
}
.BgClassName
{
background-color: #3F4493;
}
</style>
border-color css
<style>
span { border-color: #3F4493; }
span { border-color: rgb(63,68,147); }
td.TdClassName
{
border-color: #3F4493;
}
.TagClassName
{
border-color: #3F4493;
}
</style>