Shades of Dark Slate Blue #443F85
Tints of Dark Slate Blue #443F85
RGB
CMYK
RGB Variations
Color information
#443F85 (or 0x443F85) is known color: Dark Slate Blue. HEX triplet: 44, 3F and 85. RGB value is (68,63,133). Sum of RGB (Red+Green+Blue) = 68+63+133=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #443F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443F85 is #BBC07A. Grayscale: #484848. Windows color (decimal): -12304507 or 8732484. OLE color: 8732484.
HSL color Cylindrical-coordinate representation of color #443F85: hue angle of 244.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #443F85 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 63 | 133 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.48 |
| HSL | 244.29º | 0.36% | 0.38% | - |
| HSV(B) | 244.29º | 0.53% | 0.52% | - |
| XYZ | 8.4 | 6.48 | 23 | - |
| YUV | 72.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 133 | 0.49 | 0.53 | 0 | 0.48 | 244.29 | 0.36 | 0.38 |
| Hex | 44 | 3F | 85 | 31 | 35 | 0 | 30 | F4 | 24 | 26 |
| Octal | 104 | 77 | 205 | 61 | 65 | 0 | 60 | 364 | 44 | 46 |
| Binary | 1000100 | 111111 | 10000101 | 110001 | 110101 | 0 | 110000 | 11110100 | 100100 | 100110 |
Color Harmonies of #443F85
Complementary color
Monochromatic Colors of #443F85
Black with #443F85
Text Example
Text Example
White with #443F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F85; }
p { color: rgb(68,63,133); }
H1.HeaderClassName
{
color: #443F85;
}
.AnyTagClassName
{
color: #443F85;
}
</style>
background-color css
<style>
a { background-color: #443F85; }
a { background-color: rgb(68,63,133); }
div.DivClassName
{
background-color: #443F85;
}
.BgClassName
{
background-color: #443F85;
}
</style>
border-color css
<style>
span { border-color: #443F85; }
span { border-color: rgb(68,63,133); }
td.TdClassName
{
border-color: #443F85;
}
.TagClassName
{
border-color: #443F85;
}
</style>