Shades of Dark Slate Blue #342899
Tints of Dark Slate Blue #342899
RGB
CMYK
RGB Variations
Color information
#342899 (or 0x342899) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 99. RGB value is (52,40,153). Sum of RGB (Red+Green+Blue) = 52+40+153=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #342899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342899 is #CBD766. Grayscale: #383838. Windows color (decimal): -13358951 or 10037300. OLE color: 10037300.
HSL color Cylindrical-coordinate representation of color #342899: hue angle of 246.37º degrees, saturation: 0.59, 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 #342899 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 40 | 153 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.4 |
| HSL | 246.37º | 0.59% | 0.38% | - |
| HSV(B) | 246.37º | 0.74% | 0.6% | - |
| XYZ | 7.92 | 4.55 | 30.6 | - |
| YUV | 56.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 153 | 0.66 | 0.74 | 0 | 0.4 | 246.37 | 0.59 | 0.38 |
| Hex | 34 | 28 | 99 | 42 | 4A | 0 | 28 | F6 | 3B | 26 |
| Octal | 64 | 50 | 231 | 102 | 112 | 0 | 50 | 366 | 73 | 46 |
| Binary | 110100 | 101000 | 10011001 | 1000010 | 1001010 | 0 | 101000 | 11110110 | 111011 | 100110 |
Color Harmonies of #342899
Complementary color
Monochromatic Colors of #342899
Black with #342899
Text Example
Text Example
White with #342899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342899; }
p { color: rgb(52,40,153); }
H1.HeaderClassName
{
color: #342899;
}
.AnyTagClassName
{
color: #342899;
}
</style>
background-color css
<style>
a { background-color: #342899; }
a { background-color: rgb(52,40,153); }
div.DivClassName
{
background-color: #342899;
}
.BgClassName
{
background-color: #342899;
}
</style>
border-color css
<style>
span { border-color: #342899; }
span { border-color: rgb(52,40,153); }
td.TdClassName
{
border-color: #342899;
}
.TagClassName
{
border-color: #342899;
}
</style>