Shades of Dark Slate Blue #443D85
Tints of Dark Slate Blue #443D85
RGB
CMYK
RGB Variations
Color information
#443D85 (or 0x443D85) is known color: Dark Slate Blue. HEX triplet: 44, 3D and 85. RGB value is (68,61,133). Sum of RGB (Red+Green+Blue) = 68+61+133=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #443D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D85 is #BBC27A. Grayscale: #474747. Windows color (decimal): -12305019 or 8731972. OLE color: 8731972.
HSL color Cylindrical-coordinate representation of color #443D85: hue angle of 245.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443D85 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 61 | 133 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.48 |
| HSL | 245.83º | 0.37% | 0.38% | - |
| HSV(B) | 245.83º | 0.54% | 0.52% | - |
| XYZ | 8.29 | 6.26 | 22.96 | - |
| YUV | 71.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 133 | 0.49 | 0.54 | 0 | 0.48 | 245.83 | 0.37 | 0.38 |
| Hex | 44 | 3D | 85 | 31 | 36 | 0 | 30 | F6 | 25 | 26 |
| Octal | 104 | 75 | 205 | 61 | 66 | 0 | 60 | 366 | 45 | 46 |
| Binary | 1000100 | 111101 | 10000101 | 110001 | 110110 | 0 | 110000 | 11110110 | 100101 | 100110 |
Color Harmonies of #443D85
Complementary color
Monochromatic Colors of #443D85
Black with #443D85
Text Example
Text Example
White with #443D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D85; }
p { color: rgb(68,61,133); }
H1.HeaderClassName
{
color: #443D85;
}
.AnyTagClassName
{
color: #443D85;
}
</style>
background-color css
<style>
a { background-color: #443D85; }
a { background-color: rgb(68,61,133); }
div.DivClassName
{
background-color: #443D85;
}
.BgClassName
{
background-color: #443D85;
}
</style>
border-color css
<style>
span { border-color: #443D85; }
span { border-color: rgb(68,61,133); }
td.TdClassName
{
border-color: #443D85;
}
.TagClassName
{
border-color: #443D85;
}
</style>