Shades of Dark Slate Blue #44378D
Tints of Dark Slate Blue #44378D
RGB
CMYK
RGB Variations
Color information
#44378D (or 0x44378D) is known color: Dark Slate Blue. HEX triplet: 44, 37 and 8D. RGB value is (68,55,141). Sum of RGB (Red+Green+Blue) = 68+55+141=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #44378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44378D is #BBC872. Grayscale: #444444. Windows color (decimal): -12306547 or 9254724. OLE color: 9254724.
HSL color Cylindrical-coordinate representation of color #44378D: hue angle of 249.07º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44378D is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 55 | 141 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.45 |
| HSL | 249.07º | 0.44% | 0.38% | - |
| HSV(B) | 249.07º | 0.61% | 0.55% | - |
| XYZ | 8.56 | 5.88 | 25.88 | - |
| YUV | 68.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 141 | 0.52 | 0.61 | 0 | 0.45 | 249.07 | 0.44 | 0.38 |
| Hex | 44 | 37 | 8D | 34 | 3D | 0 | 2D | F9 | 2C | 26 |
| Octal | 104 | 67 | 215 | 64 | 75 | 0 | 55 | 371 | 54 | 46 |
| Binary | 1000100 | 110111 | 10001101 | 110100 | 111101 | 0 | 101101 | 11111001 | 101100 | 100110 |
Color Harmonies of #44378D
Complementary color
Monochromatic Colors of #44378D
Black with #44378D
Text Example
Text Example
White with #44378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44378D; }
p { color: rgb(68,55,141); }
H1.HeaderClassName
{
color: #44378D;
}
.AnyTagClassName
{
color: #44378D;
}
</style>
background-color css
<style>
a { background-color: #44378D; }
a { background-color: rgb(68,55,141); }
div.DivClassName
{
background-color: #44378D;
}
.BgClassName
{
background-color: #44378D;
}
</style>
border-color css
<style>
span { border-color: #44378D; }
span { border-color: rgb(68,55,141); }
td.TdClassName
{
border-color: #44378D;
}
.TagClassName
{
border-color: #44378D;
}
</style>