Shades of Dark Slate Blue #444297
Tints of Dark Slate Blue #444297
RGB
CMYK
RGB Variations
Color information
#444297 (or 0x444297) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 97. RGB value is (68,66,151). Sum of RGB (Red+Green+Blue) = 68+66+151=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #444297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444297 is #BBBD68. Grayscale: #4B4B4B. Windows color (decimal): -12303721 or 9912900. OLE color: 9912900.
HSL color Cylindrical-coordinate representation of color #444297: hue angle of 241.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444297 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 66 | 151 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.41 |
| HSL | 241.41º | 0.39% | 0.43% | - |
| HSV(B) | 241.41º | 0.56% | 0.59% | - |
| XYZ | 9.92 | 7.36 | 30.18 | - |
| YUV | 76.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 151 | 0.55 | 0.56 | 0 | 0.41 | 241.41 | 0.39 | 0.43 |
| Hex | 44 | 42 | 97 | 37 | 38 | 0 | 29 | F1 | 27 | 2B |
| Octal | 104 | 102 | 227 | 67 | 70 | 0 | 51 | 361 | 47 | 53 |
| Binary | 1000100 | 1000010 | 10010111 | 110111 | 111000 | 0 | 101001 | 11110001 | 100111 | 101011 |
Color Harmonies of #444297
Complementary color
Monochromatic Colors of #444297
Black with #444297
Text Example
Text Example
White with #444297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444297; }
p { color: rgb(68,66,151); }
H1.HeaderClassName
{
color: #444297;
}
.AnyTagClassName
{
color: #444297;
}
</style>
background-color css
<style>
a { background-color: #444297; }
a { background-color: rgb(68,66,151); }
div.DivClassName
{
background-color: #444297;
}
.BgClassName
{
background-color: #444297;
}
</style>
border-color css
<style>
span { border-color: #444297; }
span { border-color: rgb(68,66,151); }
td.TdClassName
{
border-color: #444297;
}
.TagClassName
{
border-color: #444297;
}
</style>