Shades of Dark Slate Blue #34349C
Tints of Dark Slate Blue #34349C
RGB
CMYK
RGB Variations
Color information
#34349C (or 0x34349C) is known color: Dark Slate Blue. HEX triplet: 34, 34 and 9C. RGB value is (52,52,156). Sum of RGB (Red+Green+Blue) = 52+52+156=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #34349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34349C is #CBCB63. Grayscale: #3F3F3F. Windows color (decimal): -13355876 or 10236980. OLE color: 10236980.
HSL color Cylindrical-coordinate representation of color #34349C: hue angle of 240º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34349C is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 52 | 156 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.39 |
| HSL | 240º | 0.5% | 0.41% | - |
| HSV(B) | 240º | 0.67% | 0.61% | - |
| XYZ | 8.64 | 5.59 | 32.08 | - |
| YUV | 63.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 156 | 0.67 | 0.67 | 0 | 0.39 | 240 | 0.5 | 0.41 |
| Hex | 34 | 34 | 9C | 43 | 43 | 0 | 27 | F0 | 32 | 29 |
| Octal | 64 | 64 | 234 | 103 | 103 | 0 | 47 | 360 | 62 | 51 |
| Binary | 110100 | 110100 | 10011100 | 1000011 | 1000011 | 0 | 100111 | 11110000 | 110010 | 101001 |
Color Harmonies of #34349C
Complementary color
Monochromatic Colors of #34349C
Black with #34349C
Text Example
Text Example
White with #34349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34349C; }
p { color: rgb(52,52,156); }
H1.HeaderClassName
{
color: #34349C;
}
.AnyTagClassName
{
color: #34349C;
}
</style>
background-color css
<style>
a { background-color: #34349C; }
a { background-color: rgb(52,52,156); }
div.DivClassName
{
background-color: #34349C;
}
.BgClassName
{
background-color: #34349C;
}
</style>
border-color css
<style>
span { border-color: #34349C; }
span { border-color: rgb(52,52,156); }
td.TdClassName
{
border-color: #34349C;
}
.TagClassName
{
border-color: #34349C;
}
</style>