Shades of Dark Slate Blue #343194
Tints of Dark Slate Blue #343194
RGB
CMYK
RGB Variations
Color information
#343194 (or 0x343194) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 94. RGB value is (52,49,148). Sum of RGB (Red+Green+Blue) = 52+49+148=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #343194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343194 is #CBCE6B. Grayscale: #3C3C3C. Windows color (decimal): -13356652 or 9711924. OLE color: 9711924.
HSL color Cylindrical-coordinate representation of color #343194: hue angle of 241.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343194 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 49 | 148 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.42 |
| HSL | 241.82º | 0.5% | 0.39% | - |
| HSV(B) | 241.82º | 0.67% | 0.58% | - |
| XYZ | 7.86 | 5.06 | 28.58 | - |
| YUV | 61.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 148 | 0.65 | 0.67 | 0 | 0.42 | 241.82 | 0.5 | 0.39 |
| Hex | 34 | 31 | 94 | 41 | 43 | 0 | 2A | F2 | 32 | 27 |
| Octal | 64 | 61 | 224 | 101 | 103 | 0 | 52 | 362 | 62 | 47 |
| Binary | 110100 | 110001 | 10010100 | 1000001 | 1000011 | 0 | 101010 | 11110010 | 110010 | 100111 |
Color Harmonies of #343194
Complementary color
Monochromatic Colors of #343194
Black with #343194
Text Example
Text Example
White with #343194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343194; }
p { color: rgb(52,49,148); }
H1.HeaderClassName
{
color: #343194;
}
.AnyTagClassName
{
color: #343194;
}
</style>
background-color css
<style>
a { background-color: #343194; }
a { background-color: rgb(52,49,148); }
div.DivClassName
{
background-color: #343194;
}
.BgClassName
{
background-color: #343194;
}
</style>
border-color css
<style>
span { border-color: #343194; }
span { border-color: rgb(52,49,148); }
td.TdClassName
{
border-color: #343194;
}
.TagClassName
{
border-color: #343194;
}
</style>