Shades of Dark Slate Blue #342898
Tints of Dark Slate Blue #342898
RGB
CMYK
RGB Variations
Color information
#342898 (or 0x342898) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 98. RGB value is (52,40,152). Sum of RGB (Red+Green+Blue) = 52+40+152=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #342898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342898 is #CBD767. Grayscale: #373737. Windows color (decimal): -13358952 or 9971764. OLE color: 9971764.
HSL color Cylindrical-coordinate representation of color #342898: hue angle of 246.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342898 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 40 | 152 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.40 |
| HSL | 246.43º | 0.58% | 0.38% | - |
| HSV(B) | 246.43º | 0.74% | 0.6% | - |
| XYZ | 7.84 | 4.51 | 30.16 | - |
| YUV | 56.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 152 | 0.66 | 0.74 | 0 | 0.40 | 246.43 | 0.58 | 0.38 |
| Hex | 34 | 28 | 98 | 42 | 4A | 0 | 28 | F6 | 3A | 26 |
| Octal | 64 | 50 | 230 | 102 | 112 | 0 | 50 | 366 | 72 | 46 |
| Binary | 110100 | 101000 | 10011000 | 1000010 | 1001010 | 0 | 101000 | 11110110 | 111010 | 100110 |
Color Harmonies of #342898
Complementary color
Monochromatic Colors of #342898
Black with #342898
Text Example
Text Example
White with #342898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342898; }
p { color: rgb(52,40,152); }
H1.HeaderClassName
{
color: #342898;
}
.AnyTagClassName
{
color: #342898;
}
</style>
background-color css
<style>
a { background-color: #342898; }
a { background-color: rgb(52,40,152); }
div.DivClassName
{
background-color: #342898;
}
.BgClassName
{
background-color: #342898;
}
</style>
border-color css
<style>
span { border-color: #342898; }
span { border-color: rgb(52,40,152); }
td.TdClassName
{
border-color: #342898;
}
.TagClassName
{
border-color: #342898;
}
</style>