Shades of Dark Slate Blue #343394
Tints of Dark Slate Blue #343394
RGB
CMYK
RGB Variations
Color information
#343394 (or 0x343394) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 94. RGB value is (52,51,148). Sum of RGB (Red+Green+Blue) = 52+51+148=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #343394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343394 is #CBCC6B. Grayscale: #3D3D3D. Windows color (decimal): -13356140 or 9712436. OLE color: 9712436.
HSL color Cylindrical-coordinate representation of color #343394: hue angle of 240.62º 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 #343394 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 51 | 148 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.42 |
| HSL | 240.62º | 0.49% | 0.39% | - |
| HSV(B) | 240.62º | 0.66% | 0.58% | - |
| XYZ | 7.95 | 5.24 | 28.61 | - |
| YUV | 62.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 148 | 0.65 | 0.66 | 0 | 0.42 | 240.62 | 0.49 | 0.39 |
| Hex | 34 | 33 | 94 | 41 | 42 | 0 | 2A | F1 | 31 | 27 |
| Octal | 64 | 63 | 224 | 101 | 102 | 0 | 52 | 361 | 61 | 47 |
| Binary | 110100 | 110011 | 10010100 | 1000001 | 1000010 | 0 | 101010 | 11110001 | 110001 | 100111 |
Color Harmonies of #343394
Complementary color
Monochromatic Colors of #343394
Black with #343394
Text Example
Text Example
White with #343394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343394; }
p { color: rgb(52,51,148); }
H1.HeaderClassName
{
color: #343394;
}
.AnyTagClassName
{
color: #343394;
}
</style>
background-color css
<style>
a { background-color: #343394; }
a { background-color: rgb(52,51,148); }
div.DivClassName
{
background-color: #343394;
}
.BgClassName
{
background-color: #343394;
}
</style>
border-color css
<style>
span { border-color: #343394; }
span { border-color: rgb(52,51,148); }
td.TdClassName
{
border-color: #343394;
}
.TagClassName
{
border-color: #343394;
}
</style>