Shades of Dark Slate Blue #404395
Tints of Dark Slate Blue #404395
RGB
CMYK
RGB Variations
Color information
#404395 (or 0x404395) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 95. RGB value is (64,67,149). Sum of RGB (Red+Green+Blue) = 64+67+149=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #404395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404395 is #BFBC6A. Grayscale: #4B4B4B. Windows color (decimal): -12565611 or 9782080. OLE color: 9782080.
HSL color Cylindrical-coordinate representation of color #404395: hue angle of 237.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404395 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 67 | 149 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.42 |
| HSL | 237.88º | 0.4% | 0.42% | - |
| HSV(B) | 237.88º | 0.57% | 0.58% | - |
| XYZ | 9.55 | 7.27 | 29.33 | - |
| YUV | 75.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 149 | 0.57 | 0.55 | 0 | 0.42 | 237.88 | 0.4 | 0.42 |
| Hex | 40 | 43 | 95 | 39 | 37 | 0 | 2A | EE | 28 | 2A |
| Octal | 100 | 103 | 225 | 71 | 67 | 0 | 52 | 356 | 50 | 52 |
| Binary | 1000000 | 1000011 | 10010101 | 111001 | 110111 | 0 | 101010 | 11101110 | 101000 | 101010 |
Color Harmonies of #404395
Complementary color
Monochromatic Colors of #404395
Black with #404395
Text Example
Text Example
White with #404395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404395; }
p { color: rgb(64,67,149); }
H1.HeaderClassName
{
color: #404395;
}
.AnyTagClassName
{
color: #404395;
}
</style>
background-color css
<style>
a { background-color: #404395; }
a { background-color: rgb(64,67,149); }
div.DivClassName
{
background-color: #404395;
}
.BgClassName
{
background-color: #404395;
}
</style>
border-color css
<style>
span { border-color: #404395; }
span { border-color: rgb(64,67,149); }
td.TdClassName
{
border-color: #404395;
}
.TagClassName
{
border-color: #404395;
}
</style>