Shades of Dark Slate Blue #404297
Tints of Dark Slate Blue #404297
RGB
CMYK
RGB Variations
Color information
#404297 (or 0x404297) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 97. RGB value is (64,66,151). Sum of RGB (Red+Green+Blue) = 64+66+151=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #404297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404297 is #BFBD68. Grayscale: #4A4A4A. Windows color (decimal): -12565865 or 9912896. OLE color: 9912896.
HSL color Cylindrical-coordinate representation of color #404297: hue angle of 238.62º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404297 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 66 | 151 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.41 |
| HSL | 238.62º | 0.4% | 0.42% | - |
| HSV(B) | 238.62º | 0.58% | 0.59% | - |
| XYZ | 9.65 | 7.22 | 30.16 | - |
| YUV | 75.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 151 | 0.58 | 0.56 | 0 | 0.41 | 238.62 | 0.4 | 0.42 |
| Hex | 40 | 42 | 97 | 3A | 38 | 0 | 29 | EF | 28 | 2A |
| Octal | 100 | 102 | 227 | 72 | 70 | 0 | 51 | 357 | 50 | 52 |
| Binary | 1000000 | 1000010 | 10010111 | 111010 | 111000 | 0 | 101001 | 11101111 | 101000 | 101010 |
Color Harmonies of #404297
Complementary color
Monochromatic Colors of #404297
Black with #404297
Text Example
Text Example
White with #404297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404297; }
p { color: rgb(64,66,151); }
H1.HeaderClassName
{
color: #404297;
}
.AnyTagClassName
{
color: #404297;
}
</style>
background-color css
<style>
a { background-color: #404297; }
a { background-color: rgb(64,66,151); }
div.DivClassName
{
background-color: #404297;
}
.BgClassName
{
background-color: #404297;
}
</style>
border-color css
<style>
span { border-color: #404297; }
span { border-color: rgb(64,66,151); }
td.TdClassName
{
border-color: #404297;
}
.TagClassName
{
border-color: #404297;
}
</style>