Shades of Dark Slate Blue #444298
Tints of Dark Slate Blue #444298
RGB
CMYK
RGB Variations
Color information
#444298 (or 0x444298) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 98. RGB value is (68,66,152). Sum of RGB (Red+Green+Blue) = 68+66+152=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #444298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444298 is #BBBD67. Grayscale: #4C4C4C. Windows color (decimal): -12303720 or 9978436. OLE color: 9978436.
HSL color Cylindrical-coordinate representation of color #444298: hue angle of 241.4º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444298 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 66 | 152 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.40 |
| HSL | 241.4º | 0.39% | 0.43% | - |
| HSV(B) | 241.4º | 0.57% | 0.6% | - |
| XYZ | 10 | 7.39 | 30.61 | - |
| YUV | 76.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 152 | 0.55 | 0.57 | 0 | 0.40 | 241.4 | 0.39 | 0.43 |
| Hex | 44 | 42 | 98 | 37 | 39 | 0 | 28 | F1 | 27 | 2B |
| Octal | 104 | 102 | 230 | 67 | 71 | 0 | 50 | 361 | 47 | 53 |
| Binary | 1000100 | 1000010 | 10011000 | 110111 | 111001 | 0 | 101000 | 11110001 | 100111 | 101011 |
Color Harmonies of #444298
Complementary color
Monochromatic Colors of #444298
Black with #444298
Text Example
Text Example
White with #444298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444298; }
p { color: rgb(68,66,152); }
H1.HeaderClassName
{
color: #444298;
}
.AnyTagClassName
{
color: #444298;
}
</style>
background-color css
<style>
a { background-color: #444298; }
a { background-color: rgb(68,66,152); }
div.DivClassName
{
background-color: #444298;
}
.BgClassName
{
background-color: #444298;
}
</style>
border-color css
<style>
span { border-color: #444298; }
span { border-color: rgb(68,66,152); }
td.TdClassName
{
border-color: #444298;
}
.TagClassName
{
border-color: #444298;
}
</style>