Shades of Dark Slate Blue #3F4399
Tints of Dark Slate Blue #3F4399
RGB
CMYK
RGB Variations
Color information
#3F4399 (or 0x3F4399) is known color: Dark Slate Blue. HEX triplet: 3F, 43 and 99. RGB value is (63,67,153). Sum of RGB (Red+Green+Blue) = 63+67+153=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F4399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4399 is #C0BC66. Grayscale: #4B4B4B. Windows color (decimal): -12631143 or 10044223. OLE color: 10044223.
HSL color Cylindrical-coordinate representation of color #3F4399: hue angle of 237.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F4399 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 67 | 153 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.4 |
| HSL | 237.33º | 0.42% | 0.42% | - |
| HSV(B) | 237.33º | 0.59% | 0.6% | - |
| XYZ | 9.81 | 7.37 | 31.04 | - |
| YUV | 75.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 153 | 0.59 | 0.56 | 0 | 0.4 | 237.33 | 0.42 | 0.42 |
| Hex | 3F | 43 | 99 | 3B | 38 | 0 | 28 | ED | 2A | 2A |
| Octal | 77 | 103 | 231 | 73 | 70 | 0 | 50 | 355 | 52 | 52 |
| Binary | 111111 | 1000011 | 10011001 | 111011 | 111000 | 0 | 101000 | 11101101 | 101010 | 101010 |
Color Harmonies of #3F4399
Complementary color
Monochromatic Colors of #3F4399
Black with #3F4399
Text Example
Text Example
White with #3F4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4399; }
p { color: rgb(63,67,153); }
H1.HeaderClassName
{
color: #3F4399;
}
.AnyTagClassName
{
color: #3F4399;
}
</style>
background-color css
<style>
a { background-color: #3F4399; }
a { background-color: rgb(63,67,153); }
div.DivClassName
{
background-color: #3F4399;
}
.BgClassName
{
background-color: #3F4399;
}
</style>
border-color css
<style>
span { border-color: #3F4399; }
span { border-color: rgb(63,67,153); }
td.TdClassName
{
border-color: #3F4399;
}
.TagClassName
{
border-color: #3F4399;
}
</style>