Shades of Dark Slate Blue #343393
Tints of Dark Slate Blue #343393
RGB
CMYK
RGB Variations
Color information
#343393 (or 0x343393) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 93. RGB value is (52,51,147). Sum of RGB (Red+Green+Blue) = 52+51+147=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #343393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343393 is #CBCC6C. Grayscale: #3D3D3D. Windows color (decimal): -13356141 or 9646900. OLE color: 9646900.
HSL color Cylindrical-coordinate representation of color #343393: hue angle of 240.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343393 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 51 | 147 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.42 |
| HSL | 240.63º | 0.48% | 0.39% | - |
| HSV(B) | 240.63º | 0.65% | 0.58% | - |
| XYZ | 7.87 | 5.2 | 28.19 | - |
| YUV | 62.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 147 | 0.65 | 0.65 | 0 | 0.42 | 240.63 | 0.48 | 0.39 |
| Hex | 34 | 33 | 93 | 41 | 41 | 0 | 2A | F1 | 30 | 27 |
| Octal | 64 | 63 | 223 | 101 | 101 | 0 | 52 | 361 | 60 | 47 |
| Binary | 110100 | 110011 | 10010011 | 1000001 | 1000001 | 0 | 101010 | 11110001 | 110000 | 100111 |
Color Harmonies of #343393
Complementary color
Monochromatic Colors of #343393
Black with #343393
Text Example
Text Example
White with #343393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343393; }
p { color: rgb(52,51,147); }
H1.HeaderClassName
{
color: #343393;
}
.AnyTagClassName
{
color: #343393;
}
</style>
background-color css
<style>
a { background-color: #343393; }
a { background-color: rgb(52,51,147); }
div.DivClassName
{
background-color: #343393;
}
.BgClassName
{
background-color: #343393;
}
</style>
border-color css
<style>
span { border-color: #343393; }
span { border-color: rgb(52,51,147); }
td.TdClassName
{
border-color: #343393;
}
.TagClassName
{
border-color: #343393;
}
</style>