Shades of Dark Slate Blue #34299B
Tints of Dark Slate Blue #34299B
RGB
CMYK
RGB Variations
Color information
#34299B (or 0x34299B) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 9B. RGB value is (52,41,155). Sum of RGB (Red+Green+Blue) = 52+41+155=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #34299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34299B is #CBD664. Grayscale: #383838. Windows color (decimal): -13358693 or 10168628. OLE color: 10168628.
HSL color Cylindrical-coordinate representation of color #34299B: hue angle of 245.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34299B is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 41 | 155 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.39 |
| HSL | 245.79º | 0.58% | 0.38% | - |
| HSV(B) | 245.79º | 0.74% | 0.61% | - |
| XYZ | 8.13 | 4.68 | 31.49 | - |
| YUV | 57.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 155 | 0.66 | 0.74 | 0 | 0.39 | 245.79 | 0.58 | 0.38 |
| Hex | 34 | 29 | 9B | 42 | 4A | 0 | 27 | F6 | 3A | 26 |
| Octal | 64 | 51 | 233 | 102 | 112 | 0 | 47 | 366 | 72 | 46 |
| Binary | 110100 | 101001 | 10011011 | 1000010 | 1001010 | 0 | 100111 | 11110110 | 111010 | 100110 |
Color Harmonies of #34299B
Complementary color
Monochromatic Colors of #34299B
Black with #34299B
Text Example
Text Example
White with #34299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34299B; }
p { color: rgb(52,41,155); }
H1.HeaderClassName
{
color: #34299B;
}
.AnyTagClassName
{
color: #34299B;
}
</style>
background-color css
<style>
a { background-color: #34299B; }
a { background-color: rgb(52,41,155); }
div.DivClassName
{
background-color: #34299B;
}
.BgClassName
{
background-color: #34299B;
}
</style>
border-color css
<style>
span { border-color: #34299B; }
span { border-color: rgb(52,41,155); }
td.TdClassName
{
border-color: #34299B;
}
.TagClassName
{
border-color: #34299B;
}
</style>