Shades of Dark Slate Blue #443F86
Tints of Dark Slate Blue #443F86
RGB
CMYK
RGB Variations
Color information
#443F86 (or 0x443F86) is known color: Dark Slate Blue. HEX triplet: 44, 3F and 86. RGB value is (68,63,134). Sum of RGB (Red+Green+Blue) = 68+63+134=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #443F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443F86 is #BBC079. Grayscale: #484848. Windows color (decimal): -12304506 or 8798020. OLE color: 8798020.
HSL color Cylindrical-coordinate representation of color #443F86: hue angle of 244.23º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #443F86 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 63 | 134 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.47 |
| HSL | 244.23º | 0.36% | 0.39% | - |
| HSV(B) | 244.23º | 0.53% | 0.53% | - |
| XYZ | 8.46 | 6.51 | 23.36 | - |
| YUV | 72.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 134 | 0.49 | 0.53 | 0 | 0.47 | 244.23 | 0.36 | 0.39 |
| Hex | 44 | 3F | 86 | 31 | 35 | 0 | 2F | F4 | 24 | 27 |
| Octal | 104 | 77 | 206 | 61 | 65 | 0 | 57 | 364 | 44 | 47 |
| Binary | 1000100 | 111111 | 10000110 | 110001 | 110101 | 0 | 101111 | 11110100 | 100100 | 100111 |
Color Harmonies of #443F86
Complementary color
Monochromatic Colors of #443F86
Black with #443F86
Text Example
Text Example
White with #443F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F86; }
p { color: rgb(68,63,134); }
H1.HeaderClassName
{
color: #443F86;
}
.AnyTagClassName
{
color: #443F86;
}
</style>
background-color css
<style>
a { background-color: #443F86; }
a { background-color: rgb(68,63,134); }
div.DivClassName
{
background-color: #443F86;
}
.BgClassName
{
background-color: #443F86;
}
</style>
border-color css
<style>
span { border-color: #443F86; }
span { border-color: rgb(68,63,134); }
td.TdClassName
{
border-color: #443F86;
}
.TagClassName
{
border-color: #443F86;
}
</style>