Shades of Dark Slate Blue #40348B
Tints of Dark Slate Blue #40348B
RGB
CMYK
RGB Variations
Color information
#40348B (or 0x40348B) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 8B. RGB value is (64,52,139). Sum of RGB (Red+Green+Blue) = 64+52+139=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #40348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40348B is #BFCB74. Grayscale: #414141. Windows color (decimal): -12569461 or 9122880. OLE color: 9122880.
HSL color Cylindrical-coordinate representation of color #40348B: hue angle of 248.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40348B is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 52 | 139 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.45 |
| HSL | 248.28º | 0.46% | 0.37% | - |
| HSV(B) | 248.28º | 0.63% | 0.55% | - |
| XYZ | 8 | 5.41 | 25.05 | - |
| YUV | 65.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 139 | 0.54 | 0.63 | 0 | 0.45 | 248.28 | 0.46 | 0.37 |
| Hex | 40 | 34 | 8B | 36 | 3F | 0 | 2D | F8 | 2E | 25 |
| Octal | 100 | 64 | 213 | 66 | 77 | 0 | 55 | 370 | 56 | 45 |
| Binary | 1000000 | 110100 | 10001011 | 110110 | 111111 | 0 | 101101 | 11111000 | 101110 | 100101 |
Color Harmonies of #40348B
Complementary color
Monochromatic Colors of #40348B
Black with #40348B
Text Example
Text Example
White with #40348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40348B; }
p { color: rgb(64,52,139); }
H1.HeaderClassName
{
color: #40348B;
}
.AnyTagClassName
{
color: #40348B;
}
</style>
background-color css
<style>
a { background-color: #40348B; }
a { background-color: rgb(64,52,139); }
div.DivClassName
{
background-color: #40348B;
}
.BgClassName
{
background-color: #40348B;
}
</style>
border-color css
<style>
span { border-color: #40348B; }
span { border-color: rgb(64,52,139); }
td.TdClassName
{
border-color: #40348B;
}
.TagClassName
{
border-color: #40348B;
}
</style>