Shades of Dark Slate Blue #444389
Tints of Dark Slate Blue #444389
RGB
CMYK
RGB Variations
Color information
#444389 (or 0x444389) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 89. RGB value is (68,67,137). Sum of RGB (Red+Green+Blue) = 68+67+137=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #444389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444389 is #BBBC76. Grayscale: #4B4B4B. Windows color (decimal): -12303479 or 8995652. OLE color: 8995652.
HSL color Cylindrical-coordinate representation of color #444389: hue angle of 240.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444389 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 67 | 137 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.46 |
| HSL | 240.86º | 0.34% | 0.4% | - |
| HSV(B) | 240.86º | 0.51% | 0.54% | - |
| XYZ | 8.91 | 7.05 | 24.56 | - |
| YUV | 75.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 137 | 0.50 | 0.51 | 0 | 0.46 | 240.86 | 0.34 | 0.4 |
| Hex | 44 | 43 | 89 | 32 | 33 | 0 | 2E | F1 | 22 | 28 |
| Octal | 104 | 103 | 211 | 62 | 63 | 0 | 56 | 361 | 42 | 50 |
| Binary | 1000100 | 1000011 | 10001001 | 110010 | 110011 | 0 | 101110 | 11110001 | 100010 | 101000 |
Color Harmonies of #444389
Complementary color
Monochromatic Colors of #444389
Black with #444389
Text Example
Text Example
White with #444389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444389; }
p { color: rgb(68,67,137); }
H1.HeaderClassName
{
color: #444389;
}
.AnyTagClassName
{
color: #444389;
}
</style>
background-color css
<style>
a { background-color: #444389; }
a { background-color: rgb(68,67,137); }
div.DivClassName
{
background-color: #444389;
}
.BgClassName
{
background-color: #444389;
}
</style>
border-color css
<style>
span { border-color: #444389; }
span { border-color: rgb(68,67,137); }
td.TdClassName
{
border-color: #444389;
}
.TagClassName
{
border-color: #444389;
}
</style>