Shades of Dark Slate Blue #34259B
Tints of Dark Slate Blue #34259B
RGB
CMYK
RGB Variations
Color information
#34259B (or 0x34259B) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 9B. RGB value is (52,37,155). Sum of RGB (Red+Green+Blue) = 52+37+155=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #34259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34259B is #CBDA64. Grayscale: #363636. Windows color (decimal): -13359717 or 10167604. OLE color: 10167604.
HSL color Cylindrical-coordinate representation of color #34259B: hue angle of 247.63º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34259B is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 37 | 155 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.39 |
| HSL | 247.63º | 0.61% | 0.38% | - |
| HSV(B) | 247.63º | 0.76% | 0.61% | - |
| XYZ | 7.99 | 4.42 | 31.44 | - |
| YUV | 54.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 155 | 0.66 | 0.76 | 0 | 0.39 | 247.63 | 0.61 | 0.38 |
| Hex | 34 | 25 | 9B | 42 | 4C | 0 | 27 | F8 | 3D | 26 |
| Octal | 64 | 45 | 233 | 102 | 114 | 0 | 47 | 370 | 75 | 46 |
| Binary | 110100 | 100101 | 10011011 | 1000010 | 1001100 | 0 | 100111 | 11111000 | 111101 | 100110 |
Color Harmonies of #34259B
Complementary color
Monochromatic Colors of #34259B
Black with #34259B
Text Example
Text Example
White with #34259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34259B; }
p { color: rgb(52,37,155); }
H1.HeaderClassName
{
color: #34259B;
}
.AnyTagClassName
{
color: #34259B;
}
</style>
background-color css
<style>
a { background-color: #34259B; }
a { background-color: rgb(52,37,155); }
div.DivClassName
{
background-color: #34259B;
}
.BgClassName
{
background-color: #34259B;
}
</style>
border-color css
<style>
span { border-color: #34259B; }
span { border-color: rgb(52,37,155); }
td.TdClassName
{
border-color: #34259B;
}
.TagClassName
{
border-color: #34259B;
}
</style>