Shades of Dark Slate Blue #343797
Tints of Dark Slate Blue #343797
RGB
CMYK
RGB Variations
Color information
#343797 (or 0x343797) is known color: Dark Slate Blue. HEX triplet: 34, 37 and 97. RGB value is (52,55,151). Sum of RGB (Red+Green+Blue) = 52+55+151=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #343797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343797 is #CBC868. Grayscale: #404040. Windows color (decimal): -13355113 or 9910068. OLE color: 9910068.
HSL color Cylindrical-coordinate representation of color #343797: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343797 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 55 | 151 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.41 |
| HSL | 238.18º | 0.49% | 0.4% | - |
| HSV(B) | 238.18º | 0.66% | 0.59% | - |
| XYZ | 8.37 | 5.7 | 29.94 | - |
| YUV | 65.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 151 | 0.66 | 0.64 | 0 | 0.41 | 238.18 | 0.49 | 0.4 |
| Hex | 34 | 37 | 97 | 42 | 40 | 0 | 29 | EE | 31 | 28 |
| Octal | 64 | 67 | 227 | 102 | 100 | 0 | 51 | 356 | 61 | 50 |
| Binary | 110100 | 110111 | 10010111 | 1000010 | 1000000 | 0 | 101001 | 11101110 | 110001 | 101000 |
Color Harmonies of #343797
Complementary color
Monochromatic Colors of #343797
Black with #343797
Text Example
Text Example
White with #343797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343797; }
p { color: rgb(52,55,151); }
H1.HeaderClassName
{
color: #343797;
}
.AnyTagClassName
{
color: #343797;
}
</style>
background-color css
<style>
a { background-color: #343797; }
a { background-color: rgb(52,55,151); }
div.DivClassName
{
background-color: #343797;
}
.BgClassName
{
background-color: #343797;
}
</style>
border-color css
<style>
span { border-color: #343797; }
span { border-color: rgb(52,55,151); }
td.TdClassName
{
border-color: #343797;
}
.TagClassName
{
border-color: #343797;
}
</style>