Shades of Dark Slate Blue #44358A
Tints of Dark Slate Blue #44358A
RGB
CMYK
RGB Variations
Color information
#44358A (or 0x44358A) is known color: Dark Slate Blue. HEX triplet: 44, 35 and 8A. RGB value is (68,53,138). Sum of RGB (Red+Green+Blue) = 68+53+138=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #44358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44358A is #BBCA75. Grayscale: #424242. Windows color (decimal): -12307062 or 9057604. OLE color: 9057604.
HSL color Cylindrical-coordinate representation of color #44358A: hue angle of 250.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44358A is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 53 | 138 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.46 |
| HSL | 250.59º | 0.45% | 0.37% | - |
| HSV(B) | 250.59º | 0.62% | 0.54% | - |
| XYZ | 8.24 | 5.61 | 24.69 | - |
| YUV | 67.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 138 | 0.51 | 0.62 | 0 | 0.46 | 250.59 | 0.45 | 0.37 |
| Hex | 44 | 35 | 8A | 33 | 3E | 0 | 2E | FB | 2D | 25 |
| Octal | 104 | 65 | 212 | 63 | 76 | 0 | 56 | 373 | 55 | 45 |
| Binary | 1000100 | 110101 | 10001010 | 110011 | 111110 | 0 | 101110 | 11111011 | 101101 | 100101 |
Color Harmonies of #44358A
Complementary color
Monochromatic Colors of #44358A
Black with #44358A
Text Example
Text Example
White with #44358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44358A; }
p { color: rgb(68,53,138); }
H1.HeaderClassName
{
color: #44358A;
}
.AnyTagClassName
{
color: #44358A;
}
</style>
background-color css
<style>
a { background-color: #44358A; }
a { background-color: rgb(68,53,138); }
div.DivClassName
{
background-color: #44358A;
}
.BgClassName
{
background-color: #44358A;
}
</style>
border-color css
<style>
span { border-color: #44358A; }
span { border-color: rgb(68,53,138); }
td.TdClassName
{
border-color: #44358A;
}
.TagClassName
{
border-color: #44358A;
}
</style>