Shades of Dark Slate Blue #343395
Tints of Dark Slate Blue #343395
RGB
CMYK
RGB Variations
Color information
#343395 (or 0x343395) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 95. RGB value is (52,51,149). Sum of RGB (Red+Green+Blue) = 52+51+149=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #343395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343395 is #CBCC6A. Grayscale: #3E3E3E. Windows color (decimal): -13356139 or 9777972. OLE color: 9777972.
HSL color Cylindrical-coordinate representation of color #343395: hue angle of 240.61º 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 #343395 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 51 | 149 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.42 |
| HSL | 240.61º | 0.49% | 0.39% | - |
| HSV(B) | 240.61º | 0.66% | 0.58% | - |
| XYZ | 8.02 | 5.27 | 29.03 | - |
| YUV | 62.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 149 | 0.65 | 0.66 | 0 | 0.42 | 240.61 | 0.49 | 0.39 |
| Hex | 34 | 33 | 95 | 41 | 42 | 0 | 2A | F1 | 31 | 27 |
| Octal | 64 | 63 | 225 | 101 | 102 | 0 | 52 | 361 | 61 | 47 |
| Binary | 110100 | 110011 | 10010101 | 1000001 | 1000010 | 0 | 101010 | 11110001 | 110001 | 100111 |
Color Harmonies of #343395
Complementary color
Monochromatic Colors of #343395
Black with #343395
Text Example
Text Example
White with #343395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343395; }
p { color: rgb(52,51,149); }
H1.HeaderClassName
{
color: #343395;
}
.AnyTagClassName
{
color: #343395;
}
</style>
background-color css
<style>
a { background-color: #343395; }
a { background-color: rgb(52,51,149); }
div.DivClassName
{
background-color: #343395;
}
.BgClassName
{
background-color: #343395;
}
</style>
border-color css
<style>
span { border-color: #343395; }
span { border-color: rgb(52,51,149); }
td.TdClassName
{
border-color: #343395;
}
.TagClassName
{
border-color: #343395;
}
</style>