Shades of Dark Slate Blue #44397A
Tints of Dark Slate Blue #44397A
RGB
CMYK
RGB Variations
Color information
#44397A (or 0x44397A) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 7A. RGB value is (68,57,122). Sum of RGB (Red+Green+Blue) = 68+57+122=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #44397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44397A is #BBC685. Grayscale: #434343. Windows color (decimal): -12306054 or 8010052. OLE color: 8010052.
HSL color Cylindrical-coordinate representation of color #44397A: hue angle of 250.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44397A is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 57 | 122 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.52 |
| HSL | 250.15º | 0.36% | 0.35% | - |
| HSV(B) | 250.15º | 0.53% | 0.48% | - |
| XYZ | 7.36 | 5.56 | 19.1 | - |
| YUV | 67.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 122 | 0.44 | 0.53 | 0 | 0.52 | 250.15 | 0.36 | 0.35 |
| Hex | 44 | 39 | 7A | 2C | 35 | 0 | 34 | FA | 24 | 23 |
| Octal | 104 | 71 | 172 | 54 | 65 | 0 | 64 | 372 | 44 | 43 |
| Binary | 1000100 | 111001 | 1111010 | 101100 | 110101 | 0 | 110100 | 11111010 | 100100 | 100011 |
Color Harmonies of #44397A
Complementary color
Monochromatic Colors of #44397A
Black with #44397A
Text Example
Text Example
White with #44397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44397A; }
p { color: rgb(68,57,122); }
H1.HeaderClassName
{
color: #44397A;
}
.AnyTagClassName
{
color: #44397A;
}
</style>
background-color css
<style>
a { background-color: #44397A; }
a { background-color: rgb(68,57,122); }
div.DivClassName
{
background-color: #44397A;
}
.BgClassName
{
background-color: #44397A;
}
</style>
border-color css
<style>
span { border-color: #44397A; }
span { border-color: rgb(68,57,122); }
td.TdClassName
{
border-color: #44397A;
}
.TagClassName
{
border-color: #44397A;
}
</style>