Shades of Dark Slate Blue #342398
Tints of Dark Slate Blue #342398
RGB
CMYK
RGB Variations
Color information
#342398 (or 0x342398) is known color: Dark Slate Blue. HEX triplet: 34, 23 and 98. RGB value is (52,35,152). Sum of RGB (Red+Green+Blue) = 52+35+152=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #342398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342398 is #CBDC67. Grayscale: #343434. Windows color (decimal): -13360232 or 9970484. OLE color: 9970484.
HSL color Cylindrical-coordinate representation of color #342398: hue angle of 248.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342398 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 35 | 152 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.40 |
| HSL | 248.72º | 0.63% | 0.37% | - |
| HSV(B) | 248.72º | 0.77% | 0.6% | - |
| XYZ | 7.68 | 4.2 | 30.11 | - |
| YUV | 53.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 152 | 0.66 | 0.77 | 0 | 0.40 | 248.72 | 0.63 | 0.37 |
| Hex | 34 | 23 | 98 | 42 | 4D | 0 | 28 | F9 | 3F | 25 |
| Octal | 64 | 43 | 230 | 102 | 115 | 0 | 50 | 371 | 77 | 45 |
| Binary | 110100 | 100011 | 10011000 | 1000010 | 1001101 | 0 | 101000 | 11111001 | 111111 | 100101 |
Color Harmonies of #342398
Complementary color
Monochromatic Colors of #342398
Black with #342398
Text Example
Text Example
White with #342398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342398; }
p { color: rgb(52,35,152); }
H1.HeaderClassName
{
color: #342398;
}
.AnyTagClassName
{
color: #342398;
}
</style>
background-color css
<style>
a { background-color: #342398; }
a { background-color: rgb(52,35,152); }
div.DivClassName
{
background-color: #342398;
}
.BgClassName
{
background-color: #342398;
}
</style>
border-color css
<style>
span { border-color: #342398; }
span { border-color: rgb(52,35,152); }
td.TdClassName
{
border-color: #342398;
}
.TagClassName
{
border-color: #342398;
}
</style>