Shades of Dark Slate Blue #343192
Tints of Dark Slate Blue #343192
RGB
CMYK
RGB Variations
Color information
#343192 (or 0x343192) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 92. RGB value is (52,49,146). Sum of RGB (Red+Green+Blue) = 52+49+146=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #343192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343192 is #CBCE6D. Grayscale: #3C3C3C. Windows color (decimal): -13356654 or 9580852. OLE color: 9580852.
HSL color Cylindrical-coordinate representation of color #343192: hue angle of 241.86º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343192 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 49 | 146 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.43 |
| HSL | 241.86º | 0.5% | 0.38% | - |
| HSV(B) | 241.86º | 0.66% | 0.57% | - |
| XYZ | 7.7 | 5 | 27.75 | - |
| YUV | 60.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 146 | 0.64 | 0.66 | 0 | 0.43 | 241.86 | 0.5 | 0.38 |
| Hex | 34 | 31 | 92 | 40 | 42 | 0 | 2B | F2 | 32 | 26 |
| Octal | 64 | 61 | 222 | 100 | 102 | 0 | 53 | 362 | 62 | 46 |
| Binary | 110100 | 110001 | 10010010 | 1000000 | 1000010 | 0 | 101011 | 11110010 | 110010 | 100110 |
Color Harmonies of #343192
Complementary color
Monochromatic Colors of #343192
Black with #343192
Text Example
Text Example
White with #343192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343192; }
p { color: rgb(52,49,146); }
H1.HeaderClassName
{
color: #343192;
}
.AnyTagClassName
{
color: #343192;
}
</style>
background-color css
<style>
a { background-color: #343192; }
a { background-color: rgb(52,49,146); }
div.DivClassName
{
background-color: #343192;
}
.BgClassName
{
background-color: #343192;
}
</style>
border-color css
<style>
span { border-color: #343192; }
span { border-color: rgb(52,49,146); }
td.TdClassName
{
border-color: #343192;
}
.TagClassName
{
border-color: #343192;
}
</style>