Shades of Dark Slate Blue #342888
Tints of Dark Slate Blue #342888
RGB
CMYK
RGB Variations
Color information
#342888 (or 0x342888) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 88. RGB value is (52,40,136). Sum of RGB (Red+Green+Blue) = 52+40+136=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #342888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342888 is #CBD777. Grayscale: #363636. Windows color (decimal): -13358968 or 8923188. OLE color: 8923188.
HSL color Cylindrical-coordinate representation of color #342888: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #342888 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 40 | 136 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.47 |
| HSL | 247.5º | 0.55% | 0.35% | - |
| HSV(B) | 247.5º | 0.71% | 0.53% | - |
| XYZ | 6.62 | 4.03 | 23.72 | - |
| YUV | 54.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 136 | 0.62 | 0.71 | 0 | 0.47 | 247.5 | 0.55 | 0.35 |
| Hex | 34 | 28 | 88 | 3E | 47 | 0 | 2F | F8 | 37 | 23 |
| Octal | 64 | 50 | 210 | 76 | 107 | 0 | 57 | 370 | 67 | 43 |
| Binary | 110100 | 101000 | 10001000 | 111110 | 1000111 | 0 | 101111 | 11111000 | 110111 | 100011 |
Color Harmonies of #342888
Complementary color
Monochromatic Colors of #342888
Black with #342888
Text Example
Text Example
White with #342888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342888; }
p { color: rgb(52,40,136); }
H1.HeaderClassName
{
color: #342888;
}
.AnyTagClassName
{
color: #342888;
}
</style>
background-color css
<style>
a { background-color: #342888; }
a { background-color: rgb(52,40,136); }
div.DivClassName
{
background-color: #342888;
}
.BgClassName
{
background-color: #342888;
}
</style>
border-color css
<style>
span { border-color: #342888; }
span { border-color: rgb(52,40,136); }
td.TdClassName
{
border-color: #342888;
}
.TagClassName
{
border-color: #342888;
}
</style>