Shades of Dark Slate Blue #404390
Tints of Dark Slate Blue #404390
RGB
CMYK
RGB Variations
Color information
#404390 (or 0x404390) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 90. RGB value is (64,67,144). Sum of RGB (Red+Green+Blue) = 64+67+144=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #404390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404390 is #BFBC6F. Grayscale: #4A4A4A. Windows color (decimal): -12565616 or 9454400. OLE color: 9454400.
HSL color Cylindrical-coordinate representation of color #404390: hue angle of 237.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404390 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 67 | 144 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.44 |
| HSL | 237.75º | 0.38% | 0.41% | - |
| HSV(B) | 237.75º | 0.56% | 0.56% | - |
| XYZ | 9.16 | 7.12 | 27.28 | - |
| YUV | 74.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 144 | 0.56 | 0.53 | 0 | 0.44 | 237.75 | 0.38 | 0.41 |
| Hex | 40 | 43 | 90 | 38 | 35 | 0 | 2C | EE | 26 | 29 |
| Octal | 100 | 103 | 220 | 70 | 65 | 0 | 54 | 356 | 46 | 51 |
| Binary | 1000000 | 1000011 | 10010000 | 111000 | 110101 | 0 | 101100 | 11101110 | 100110 | 101001 |
Color Harmonies of #404390
Complementary color
Monochromatic Colors of #404390
Black with #404390
Text Example
Text Example
White with #404390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404390; }
p { color: rgb(64,67,144); }
H1.HeaderClassName
{
color: #404390;
}
.AnyTagClassName
{
color: #404390;
}
</style>
background-color css
<style>
a { background-color: #404390; }
a { background-color: rgb(64,67,144); }
div.DivClassName
{
background-color: #404390;
}
.BgClassName
{
background-color: #404390;
}
</style>
border-color css
<style>
span { border-color: #404390; }
span { border-color: rgb(64,67,144); }
td.TdClassName
{
border-color: #404390;
}
.TagClassName
{
border-color: #404390;
}
</style>