Shades of Dark Slate Blue #34239B
Tints of Dark Slate Blue #34239B
RGB
CMYK
RGB Variations
Color information
#34239B (or 0x34239B) is known color: Dark Slate Blue. HEX triplet: 34, 23 and 9B. RGB value is (52,35,155). Sum of RGB (Red+Green+Blue) = 52+35+155=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #34239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34239B is #CBDC64. Grayscale: #353535. Windows color (decimal): -13360229 or 10167092. OLE color: 10167092.
HSL color Cylindrical-coordinate representation of color #34239B: hue angle of 248.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34239B is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 35 | 155 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.39 |
| HSL | 248.5º | 0.63% | 0.37% | - |
| HSV(B) | 248.5º | 0.77% | 0.61% | - |
| XYZ | 7.93 | 4.3 | 31.42 | - |
| YUV | 53.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 155 | 0.66 | 0.77 | 0 | 0.39 | 248.5 | 0.63 | 0.37 |
| Hex | 34 | 23 | 9B | 42 | 4D | 0 | 27 | F9 | 3F | 25 |
| Octal | 64 | 43 | 233 | 102 | 115 | 0 | 47 | 371 | 77 | 45 |
| Binary | 110100 | 100011 | 10011011 | 1000010 | 1001101 | 0 | 100111 | 11111001 | 111111 | 100101 |
Color Harmonies of #34239B
Complementary color
Monochromatic Colors of #34239B
Black with #34239B
Text Example
Text Example
White with #34239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34239B; }
p { color: rgb(52,35,155); }
H1.HeaderClassName
{
color: #34239B;
}
.AnyTagClassName
{
color: #34239B;
}
</style>
background-color css
<style>
a { background-color: #34239B; }
a { background-color: rgb(52,35,155); }
div.DivClassName
{
background-color: #34239B;
}
.BgClassName
{
background-color: #34239B;
}
</style>
border-color css
<style>
span { border-color: #34239B; }
span { border-color: rgb(52,35,155); }
td.TdClassName
{
border-color: #34239B;
}
.TagClassName
{
border-color: #34239B;
}
</style>