Shades of Dark Slate Blue #40368A
Tints of Dark Slate Blue #40368A
RGB
CMYK
RGB Variations
Color information
#40368A (or 0x40368A) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 8A. RGB value is (64,54,138). Sum of RGB (Red+Green+Blue) = 64+54+138=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #40368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40368A is #BFC975. Grayscale: #424242. Windows color (decimal): -12568950 or 9057856. OLE color: 9057856.
HSL color Cylindrical-coordinate representation of color #40368A: hue angle of 247.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40368A is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 54 | 138 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.46 |
| HSL | 247.14º | 0.44% | 0.38% | - |
| HSV(B) | 247.14º | 0.61% | 0.54% | - |
| XYZ | 8.02 | 5.56 | 24.7 | - |
| YUV | 66.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 138 | 0.54 | 0.61 | 0 | 0.46 | 247.14 | 0.44 | 0.38 |
| Hex | 40 | 36 | 8A | 36 | 3D | 0 | 2E | F7 | 2C | 26 |
| Octal | 100 | 66 | 212 | 66 | 75 | 0 | 56 | 367 | 54 | 46 |
| Binary | 1000000 | 110110 | 10001010 | 110110 | 111101 | 0 | 101110 | 11110111 | 101100 | 100110 |
Color Harmonies of #40368A
Complementary color
Monochromatic Colors of #40368A
Black with #40368A
Text Example
Text Example
White with #40368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40368A; }
p { color: rgb(64,54,138); }
H1.HeaderClassName
{
color: #40368A;
}
.AnyTagClassName
{
color: #40368A;
}
</style>
background-color css
<style>
a { background-color: #40368A; }
a { background-color: rgb(64,54,138); }
div.DivClassName
{
background-color: #40368A;
}
.BgClassName
{
background-color: #40368A;
}
</style>
border-color css
<style>
span { border-color: #40368A; }
span { border-color: rgb(64,54,138); }
td.TdClassName
{
border-color: #40368A;
}
.TagClassName
{
border-color: #40368A;
}
</style>