Shades of Dark Slate Blue #40438F
Tints of Dark Slate Blue #40438F
RGB
CMYK
RGB Variations
Color information
#40438F (or 0x40438F) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 8F. RGB value is (64,67,143). Sum of RGB (Red+Green+Blue) = 64+67+143=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #40438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40438F is #BFBC70. Grayscale: #4A4A4A. Windows color (decimal): -12565617 or 9388864. OLE color: 9388864.
HSL color Cylindrical-coordinate representation of color #40438F: hue angle of 237.72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40438F is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 67 | 143 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.44 |
| HSL | 237.72º | 0.38% | 0.41% | - |
| HSV(B) | 237.72º | 0.55% | 0.56% | - |
| XYZ | 9.08 | 7.09 | 26.88 | - |
| YUV | 74.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 143 | 0.55 | 0.53 | 0 | 0.44 | 237.72 | 0.38 | 0.41 |
| Hex | 40 | 43 | 8F | 37 | 35 | 0 | 2C | EE | 26 | 29 |
| Octal | 100 | 103 | 217 | 67 | 65 | 0 | 54 | 356 | 46 | 51 |
| Binary | 1000000 | 1000011 | 10001111 | 110111 | 110101 | 0 | 101100 | 11101110 | 100110 | 101001 |
Color Harmonies of #40438F
Complementary color
Monochromatic Colors of #40438F
Black with #40438F
Text Example
Text Example
White with #40438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40438F; }
p { color: rgb(64,67,143); }
H1.HeaderClassName
{
color: #40438F;
}
.AnyTagClassName
{
color: #40438F;
}
</style>
background-color css
<style>
a { background-color: #40438F; }
a { background-color: rgb(64,67,143); }
div.DivClassName
{
background-color: #40438F;
}
.BgClassName
{
background-color: #40438F;
}
</style>
border-color css
<style>
span { border-color: #40438F; }
span { border-color: rgb(64,67,143); }
td.TdClassName
{
border-color: #40438F;
}
.TagClassName
{
border-color: #40438F;
}
</style>