Shades of Dark Slate Blue #343594
Tints of Dark Slate Blue #343594
RGB
CMYK
RGB Variations
Color information
#343594 (or 0x343594) is known color: Dark Slate Blue. HEX triplet: 34, 35 and 94. RGB value is (52,53,148). Sum of RGB (Red+Green+Blue) = 52+53+148=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #343594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343594 is #CBCA6B. Grayscale: #3F3F3F. Windows color (decimal): -13355628 or 9712948. OLE color: 9712948.
HSL color Cylindrical-coordinate representation of color #343594: hue angle of 239.38º 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 #343594 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 53 | 148 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.42 |
| HSL | 239.38º | 0.48% | 0.39% | - |
| HSV(B) | 239.38º | 0.65% | 0.58% | - |
| XYZ | 8.03 | 5.41 | 28.64 | - |
| YUV | 63.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 148 | 0.65 | 0.64 | 0 | 0.42 | 239.38 | 0.48 | 0.39 |
| Hex | 34 | 35 | 94 | 41 | 40 | 0 | 2A | EF | 30 | 27 |
| Octal | 64 | 65 | 224 | 101 | 100 | 0 | 52 | 357 | 60 | 47 |
| Binary | 110100 | 110101 | 10010100 | 1000001 | 1000000 | 0 | 101010 | 11101111 | 110000 | 100111 |
Color Harmonies of #343594
Complementary color
Monochromatic Colors of #343594
Black with #343594
Text Example
Text Example
White with #343594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343594; }
p { color: rgb(52,53,148); }
H1.HeaderClassName
{
color: #343594;
}
.AnyTagClassName
{
color: #343594;
}
</style>
background-color css
<style>
a { background-color: #343594; }
a { background-color: rgb(52,53,148); }
div.DivClassName
{
background-color: #343594;
}
.BgClassName
{
background-color: #343594;
}
</style>
border-color css
<style>
span { border-color: #343594; }
span { border-color: rgb(52,53,148); }
td.TdClassName
{
border-color: #343594;
}
.TagClassName
{
border-color: #343594;
}
</style>