Shades of Dark Slate Blue #34298D
Tints of Dark Slate Blue #34298D
RGB
CMYK
RGB Variations
Color information
#34298D (or 0x34298D) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 8D. RGB value is (52,41,141). Sum of RGB (Red+Green+Blue) = 52+41+141=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #34298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34298D is #CBD672. Grayscale: #373737. Windows color (decimal): -13358707 or 9251124. OLE color: 9251124.
HSL color Cylindrical-coordinate representation of color #34298D: hue angle of 246.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34298D is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 41 | 141 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.45 |
| HSL | 246.6º | 0.55% | 0.36% | - |
| HSV(B) | 246.6º | 0.71% | 0.55% | - |
| XYZ | 7.02 | 4.24 | 25.65 | - |
| YUV | 55.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 141 | 0.63 | 0.71 | 0 | 0.45 | 246.6 | 0.55 | 0.36 |
| Hex | 34 | 29 | 8D | 3F | 47 | 0 | 2D | F7 | 37 | 24 |
| Octal | 64 | 51 | 215 | 77 | 107 | 0 | 55 | 367 | 67 | 44 |
| Binary | 110100 | 101001 | 10001101 | 111111 | 1000111 | 0 | 101101 | 11110111 | 110111 | 100100 |
Color Harmonies of #34298D
Complementary color
Monochromatic Colors of #34298D
Black with #34298D
Text Example
Text Example
White with #34298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34298D; }
p { color: rgb(52,41,141); }
H1.HeaderClassName
{
color: #34298D;
}
.AnyTagClassName
{
color: #34298D;
}
</style>
background-color css
<style>
a { background-color: #34298D; }
a { background-color: rgb(52,41,141); }
div.DivClassName
{
background-color: #34298D;
}
.BgClassName
{
background-color: #34298D;
}
</style>
border-color css
<style>
span { border-color: #34298D; }
span { border-color: rgb(52,41,141); }
td.TdClassName
{
border-color: #34298D;
}
.TagClassName
{
border-color: #34298D;
}
</style>