Shades of Dark Slate Blue #342894
Tints of Dark Slate Blue #342894
RGB
CMYK
RGB Variations
Color information
#342894 (or 0x342894) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 94. RGB value is (52,40,148). Sum of RGB (Red+Green+Blue) = 52+40+148=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #342894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342894 is #CBD76B. Grayscale: #373737. Windows color (decimal): -13358956 or 9709620. OLE color: 9709620.
HSL color Cylindrical-coordinate representation of color #342894: hue angle of 246.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342894 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 40 | 148 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.42 |
| HSL | 246.67º | 0.57% | 0.37% | - |
| HSV(B) | 246.67º | 0.73% | 0.58% | - |
| XYZ | 7.52 | 4.39 | 28.47 | - |
| YUV | 55.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 148 | 0.65 | 0.73 | 0 | 0.42 | 246.67 | 0.57 | 0.37 |
| Hex | 34 | 28 | 94 | 41 | 49 | 0 | 2A | F7 | 39 | 25 |
| Octal | 64 | 50 | 224 | 101 | 111 | 0 | 52 | 367 | 71 | 45 |
| Binary | 110100 | 101000 | 10010100 | 1000001 | 1001001 | 0 | 101010 | 11110111 | 111001 | 100101 |
Color Harmonies of #342894
Complementary color
Monochromatic Colors of #342894
Black with #342894
Text Example
Text Example
White with #342894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342894; }
p { color: rgb(52,40,148); }
H1.HeaderClassName
{
color: #342894;
}
.AnyTagClassName
{
color: #342894;
}
</style>
background-color css
<style>
a { background-color: #342894; }
a { background-color: rgb(52,40,148); }
div.DivClassName
{
background-color: #342894;
}
.BgClassName
{
background-color: #342894;
}
</style>
border-color css
<style>
span { border-color: #342894; }
span { border-color: rgb(52,40,148); }
td.TdClassName
{
border-color: #342894;
}
.TagClassName
{
border-color: #342894;
}
</style>