Shades of Dark Slate Blue #44398B
Tints of Dark Slate Blue #44398B
RGB
CMYK
RGB Variations
Color information
#44398B (or 0x44398B) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 8B. RGB value is (68,57,139). Sum of RGB (Red+Green+Blue) = 68+57+139=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #44398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44398B is #BBC674. Grayscale: #454545. Windows color (decimal): -12306037 or 9124164. OLE color: 9124164.
HSL color Cylindrical-coordinate representation of color #44398B: hue angle of 248.05º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44398B is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 57 | 139 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.45 |
| HSL | 248.05º | 0.42% | 0.38% | - |
| HSV(B) | 248.05º | 0.59% | 0.55% | - |
| XYZ | 8.51 | 6.02 | 25.14 | - |
| YUV | 69.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 139 | 0.51 | 0.59 | 0 | 0.45 | 248.05 | 0.42 | 0.38 |
| Hex | 44 | 39 | 8B | 33 | 3B | 0 | 2D | F8 | 2A | 26 |
| Octal | 104 | 71 | 213 | 63 | 73 | 0 | 55 | 370 | 52 | 46 |
| Binary | 1000100 | 111001 | 10001011 | 110011 | 111011 | 0 | 101101 | 11111000 | 101010 | 100110 |
Color Harmonies of #44398B
Complementary color
Monochromatic Colors of #44398B
Black with #44398B
Text Example
Text Example
White with #44398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44398B; }
p { color: rgb(68,57,139); }
H1.HeaderClassName
{
color: #44398B;
}
.AnyTagClassName
{
color: #44398B;
}
</style>
background-color css
<style>
a { background-color: #44398B; }
a { background-color: rgb(68,57,139); }
div.DivClassName
{
background-color: #44398B;
}
.BgClassName
{
background-color: #44398B;
}
</style>
border-color css
<style>
span { border-color: #44398B; }
span { border-color: rgb(68,57,139); }
td.TdClassName
{
border-color: #44398B;
}
.TagClassName
{
border-color: #44398B;
}
</style>