Shades of Dark Slate Blue #44358E
Tints of Dark Slate Blue #44358E
RGB
CMYK
RGB Variations
Color information
#44358E (or 0x44358E) is known color: Dark Slate Blue. HEX triplet: 44, 35 and 8E. RGB value is (68,53,142). Sum of RGB (Red+Green+Blue) = 68+53+142=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #44358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44358E is #BBCA71. Grayscale: #434343. Windows color (decimal): -12307058 or 9319748. OLE color: 9319748.
HSL color Cylindrical-coordinate representation of color #44358E: hue angle of 250.11º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44358E is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 53 | 142 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.44 |
| HSL | 250.11º | 0.46% | 0.38% | - |
| HSV(B) | 250.11º | 0.63% | 0.56% | - |
| XYZ | 8.54 | 5.73 | 26.25 | - |
| YUV | 67.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 142 | 0.52 | 0.63 | 0 | 0.44 | 250.11 | 0.46 | 0.38 |
| Hex | 44 | 35 | 8E | 34 | 3F | 0 | 2C | FA | 2E | 26 |
| Octal | 104 | 65 | 216 | 64 | 77 | 0 | 54 | 372 | 56 | 46 |
| Binary | 1000100 | 110101 | 10001110 | 110100 | 111111 | 0 | 101100 | 11111010 | 101110 | 100110 |
Color Harmonies of #44358E
Complementary color
Monochromatic Colors of #44358E
Black with #44358E
Text Example
Text Example
White with #44358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44358E; }
p { color: rgb(68,53,142); }
H1.HeaderClassName
{
color: #44358E;
}
.AnyTagClassName
{
color: #44358E;
}
</style>
background-color css
<style>
a { background-color: #44358E; }
a { background-color: rgb(68,53,142); }
div.DivClassName
{
background-color: #44358E;
}
.BgClassName
{
background-color: #44358E;
}
</style>
border-color css
<style>
span { border-color: #44358E; }
span { border-color: rgb(68,53,142); }
td.TdClassName
{
border-color: #44358E;
}
.TagClassName
{
border-color: #44358E;
}
</style>