Shades of Dark Slate Blue #444188
Tints of Dark Slate Blue #444188
RGB
CMYK
RGB Variations
Color information
#444188 (or 0x444188) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 88. RGB value is (68,65,136). Sum of RGB (Red+Green+Blue) = 68+65+136=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #444188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444188 is #BBBE77. Grayscale: #494949. Windows color (decimal): -12303992 or 8929604. OLE color: 8929604.
HSL color Cylindrical-coordinate representation of color #444188: hue angle of 242.54º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444188 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 65 | 136 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.47 |
| HSL | 242.54º | 0.35% | 0.39% | - |
| HSV(B) | 242.54º | 0.52% | 0.53% | - |
| XYZ | 8.72 | 6.79 | 24.14 | - |
| YUV | 73.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 136 | 0.50 | 0.52 | 0 | 0.47 | 242.54 | 0.35 | 0.39 |
| Hex | 44 | 41 | 88 | 32 | 34 | 0 | 2F | F3 | 23 | 27 |
| Octal | 104 | 101 | 210 | 62 | 64 | 0 | 57 | 363 | 43 | 47 |
| Binary | 1000100 | 1000001 | 10001000 | 110010 | 110100 | 0 | 101111 | 11110011 | 100011 | 100111 |
Color Harmonies of #444188
Complementary color
Monochromatic Colors of #444188
Black with #444188
Text Example
Text Example
White with #444188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444188; }
p { color: rgb(68,65,136); }
H1.HeaderClassName
{
color: #444188;
}
.AnyTagClassName
{
color: #444188;
}
</style>
background-color css
<style>
a { background-color: #444188; }
a { background-color: rgb(68,65,136); }
div.DivClassName
{
background-color: #444188;
}
.BgClassName
{
background-color: #444188;
}
</style>
border-color css
<style>
span { border-color: #444188; }
span { border-color: rgb(68,65,136); }
td.TdClassName
{
border-color: #444188;
}
.TagClassName
{
border-color: #444188;
}
</style>