Shades of Dark Slate Blue #34298B
Tints of Dark Slate Blue #34298B
RGB
CMYK
RGB Variations
Color information
#34298B (or 0x34298B) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 8B. RGB value is (52,41,139). Sum of RGB (Red+Green+Blue) = 52+41+139=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #34298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34298B is #CBD674. Grayscale: #373737. Windows color (decimal): -13358709 or 9120052. OLE color: 9120052.
HSL color Cylindrical-coordinate representation of color #34298B: hue angle of 246.73º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34298B is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 41 | 139 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.45 |
| HSL | 246.73º | 0.54% | 0.35% | - |
| HSV(B) | 246.73º | 0.71% | 0.55% | - |
| XYZ | 6.87 | 4.18 | 24.87 | - |
| YUV | 55.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 139 | 0.63 | 0.71 | 0 | 0.45 | 246.73 | 0.54 | 0.35 |
| Hex | 34 | 29 | 8B | 3F | 47 | 0 | 2D | F7 | 36 | 23 |
| Octal | 64 | 51 | 213 | 77 | 107 | 0 | 55 | 367 | 66 | 43 |
| Binary | 110100 | 101001 | 10001011 | 111111 | 1000111 | 0 | 101101 | 11110111 | 110110 | 100011 |
Color Harmonies of #34298B
Complementary color
Monochromatic Colors of #34298B
Black with #34298B
Text Example
Text Example
White with #34298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34298B; }
p { color: rgb(52,41,139); }
H1.HeaderClassName
{
color: #34298B;
}
.AnyTagClassName
{
color: #34298B;
}
</style>
background-color css
<style>
a { background-color: #34298B; }
a { background-color: rgb(52,41,139); }
div.DivClassName
{
background-color: #34298B;
}
.BgClassName
{
background-color: #34298B;
}
</style>
border-color css
<style>
span { border-color: #34298B; }
span { border-color: rgb(52,41,139); }
td.TdClassName
{
border-color: #34298B;
}
.TagClassName
{
border-color: #34298B;
}
</style>