Shades of Dark Slate Blue #342988
Tints of Dark Slate Blue #342988
RGB
CMYK
RGB Variations
Color information
#342988 (or 0x342988) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 88. RGB value is (52,41,136). Sum of RGB (Red+Green+Blue) = 52+41+136=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #342988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342988 is #CBD677. Grayscale: #363636. Windows color (decimal): -13358712 or 8923444. OLE color: 8923444.
HSL color Cylindrical-coordinate representation of color #342988: hue angle of 246.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342988 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 41 | 136 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.47 |
| HSL | 246.95º | 0.54% | 0.35% | - |
| HSV(B) | 246.95º | 0.7% | 0.53% | - |
| XYZ | 6.65 | 4.09 | 23.73 | - |
| YUV | 55.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 136 | 0.62 | 0.70 | 0 | 0.47 | 246.95 | 0.54 | 0.35 |
| Hex | 34 | 29 | 88 | 3E | 46 | 0 | 2F | F7 | 36 | 23 |
| Octal | 64 | 51 | 210 | 76 | 106 | 0 | 57 | 367 | 66 | 43 |
| Binary | 110100 | 101001 | 10001000 | 111110 | 1000110 | 0 | 101111 | 11110111 | 110110 | 100011 |
Color Harmonies of #342988
Complementary color
Monochromatic Colors of #342988
Black with #342988
Text Example
Text Example
White with #342988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342988; }
p { color: rgb(52,41,136); }
H1.HeaderClassName
{
color: #342988;
}
.AnyTagClassName
{
color: #342988;
}
</style>
background-color css
<style>
a { background-color: #342988; }
a { background-color: rgb(52,41,136); }
div.DivClassName
{
background-color: #342988;
}
.BgClassName
{
background-color: #342988;
}
</style>
border-color css
<style>
span { border-color: #342988; }
span { border-color: rgb(52,41,136); }
td.TdClassName
{
border-color: #342988;
}
.TagClassName
{
border-color: #342988;
}
</style>