Shades of Dark Slate Blue #342C99
Tints of Dark Slate Blue #342C99
RGB
CMYK
RGB Variations
Color information
#342C99 (or 0x342C99) is known color: Dark Slate Blue. HEX triplet: 34, 2C and 99. RGB value is (52,44,153). Sum of RGB (Red+Green+Blue) = 52+44+153=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #342C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C99 is #CBD366. Grayscale: #3A3A3A. Windows color (decimal): -13357927 or 10038324. OLE color: 10038324.
HSL color Cylindrical-coordinate representation of color #342C99: hue angle of 244.4º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #342C99 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 44 | 153 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.4 |
| HSL | 244.4º | 0.55% | 0.39% | - |
| HSV(B) | 244.4º | 0.71% | 0.6% | - |
| XYZ | 8.07 | 4.83 | 30.64 | - |
| YUV | 58.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 153 | 0.66 | 0.71 | 0 | 0.4 | 244.4 | 0.55 | 0.39 |
| Hex | 34 | 2C | 99 | 42 | 47 | 0 | 28 | F4 | 37 | 27 |
| Octal | 64 | 54 | 231 | 102 | 107 | 0 | 50 | 364 | 67 | 47 |
| Binary | 110100 | 101100 | 10011001 | 1000010 | 1000111 | 0 | 101000 | 11110100 | 110111 | 100111 |
Color Harmonies of #342C99
Complementary color
Monochromatic Colors of #342C99
Black with #342C99
Text Example
Text Example
White with #342C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C99; }
p { color: rgb(52,44,153); }
H1.HeaderClassName
{
color: #342C99;
}
.AnyTagClassName
{
color: #342C99;
}
</style>
background-color css
<style>
a { background-color: #342C99; }
a { background-color: rgb(52,44,153); }
div.DivClassName
{
background-color: #342C99;
}
.BgClassName
{
background-color: #342C99;
}
</style>
border-color css
<style>
span { border-color: #342C99; }
span { border-color: rgb(52,44,153); }
td.TdClassName
{
border-color: #342C99;
}
.TagClassName
{
border-color: #342C99;
}
</style>