Shades of Dark Slate Blue #343293
Tints of Dark Slate Blue #343293
RGB
CMYK
RGB Variations
Color information
#343293 (or 0x343293) is known color: Dark Slate Blue. HEX triplet: 34, 32 and 93. RGB value is (52,50,147). Sum of RGB (Red+Green+Blue) = 52+50+147=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #343293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343293 is #CBCD6C. Grayscale: #3D3D3D. Windows color (decimal): -13356397 or 9646644. OLE color: 9646644.
HSL color Cylindrical-coordinate representation of color #343293: hue angle of 241.24º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343293 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 50 | 147 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.42 |
| HSL | 241.24º | 0.49% | 0.39% | - |
| HSV(B) | 241.24º | 0.66% | 0.58% | - |
| XYZ | 7.82 | 5.12 | 28.18 | - |
| YUV | 61.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 147 | 0.65 | 0.66 | 0 | 0.42 | 241.24 | 0.49 | 0.39 |
| Hex | 34 | 32 | 93 | 41 | 42 | 0 | 2A | F1 | 31 | 27 |
| Octal | 64 | 62 | 223 | 101 | 102 | 0 | 52 | 361 | 61 | 47 |
| Binary | 110100 | 110010 | 10010011 | 1000001 | 1000010 | 0 | 101010 | 11110001 | 110001 | 100111 |
Color Harmonies of #343293
Complementary color
Monochromatic Colors of #343293
Black with #343293
Text Example
Text Example
White with #343293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343293; }
p { color: rgb(52,50,147); }
H1.HeaderClassName
{
color: #343293;
}
.AnyTagClassName
{
color: #343293;
}
</style>
background-color css
<style>
a { background-color: #343293; }
a { background-color: rgb(52,50,147); }
div.DivClassName
{
background-color: #343293;
}
.BgClassName
{
background-color: #343293;
}
</style>
border-color css
<style>
span { border-color: #343293; }
span { border-color: rgb(52,50,147); }
td.TdClassName
{
border-color: #343293;
}
.TagClassName
{
border-color: #343293;
}
</style>