Shades of Dark Slate Blue #444390
Tints of Dark Slate Blue #444390
RGB
CMYK
RGB Variations
Color information
#444390 (or 0x444390) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 90. RGB value is (68,67,144). Sum of RGB (Red+Green+Blue) = 68+67+144=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #444390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444390 is #BBBC6F. Grayscale: #4B4B4B. Windows color (decimal): -12303472 or 9454404. OLE color: 9454404.
HSL color Cylindrical-coordinate representation of color #444390: hue angle of 240.78º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444390 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 67 | 144 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.44 |
| HSL | 240.78º | 0.36% | 0.41% | - |
| HSV(B) | 240.78º | 0.53% | 0.56% | - |
| XYZ | 9.43 | 7.26 | 27.29 | - |
| YUV | 76.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 144 | 0.53 | 0.53 | 0 | 0.44 | 240.78 | 0.36 | 0.41 |
| Hex | 44 | 43 | 90 | 35 | 35 | 0 | 2C | F1 | 24 | 29 |
| Octal | 104 | 103 | 220 | 65 | 65 | 0 | 54 | 361 | 44 | 51 |
| Binary | 1000100 | 1000011 | 10010000 | 110101 | 110101 | 0 | 101100 | 11110001 | 100100 | 101001 |
Color Harmonies of #444390
Complementary color
Monochromatic Colors of #444390
Black with #444390
Text Example
Text Example
White with #444390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444390; }
p { color: rgb(68,67,144); }
H1.HeaderClassName
{
color: #444390;
}
.AnyTagClassName
{
color: #444390;
}
</style>
background-color css
<style>
a { background-color: #444390; }
a { background-color: rgb(68,67,144); }
div.DivClassName
{
background-color: #444390;
}
.BgClassName
{
background-color: #444390;
}
</style>
border-color css
<style>
span { border-color: #444390; }
span { border-color: rgb(68,67,144); }
td.TdClassName
{
border-color: #444390;
}
.TagClassName
{
border-color: #444390;
}
</style>