Shades of Dark Slate Blue #34288E
Tints of Dark Slate Blue #34288E
RGB
CMYK
RGB Variations
Color information
#34288E (or 0x34288E) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 8E. RGB value is (52,40,142). Sum of RGB (Red+Green+Blue) = 52+40+142=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #34288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34288E is #CBD771. Grayscale: #363636. Windows color (decimal): -13358962 or 9316404. OLE color: 9316404.
HSL color Cylindrical-coordinate representation of color #34288E: hue angle of 247.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34288E is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 40 | 142 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.44 |
| HSL | 247.06º | 0.56% | 0.36% | - |
| HSV(B) | 247.06º | 0.72% | 0.56% | - |
| XYZ | 7.06 | 4.2 | 26.03 | - |
| YUV | 55.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 142 | 0.63 | 0.72 | 0 | 0.44 | 247.06 | 0.56 | 0.36 |
| Hex | 34 | 28 | 8E | 3F | 48 | 0 | 2C | F7 | 38 | 24 |
| Octal | 64 | 50 | 216 | 77 | 110 | 0 | 54 | 367 | 70 | 44 |
| Binary | 110100 | 101000 | 10001110 | 111111 | 1001000 | 0 | 101100 | 11110111 | 111000 | 100100 |
Color Harmonies of #34288E
Complementary color
Monochromatic Colors of #34288E
Black with #34288E
Text Example
Text Example
White with #34288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34288E; }
p { color: rgb(52,40,142); }
H1.HeaderClassName
{
color: #34288E;
}
.AnyTagClassName
{
color: #34288E;
}
</style>
background-color css
<style>
a { background-color: #34288E; }
a { background-color: rgb(52,40,142); }
div.DivClassName
{
background-color: #34288E;
}
.BgClassName
{
background-color: #34288E;
}
</style>
border-color css
<style>
span { border-color: #34288E; }
span { border-color: rgb(52,40,142); }
td.TdClassName
{
border-color: #34288E;
}
.TagClassName
{
border-color: #34288E;
}
</style>