Shades of Dark Slate Blue #34239A
Tints of Dark Slate Blue #34239A
RGB
CMYK
RGB Variations
Color information
#34239A (or 0x34239A) is known color: Dark Slate Blue. HEX triplet: 34, 23 and 9A. RGB value is (52,35,154). Sum of RGB (Red+Green+Blue) = 52+35+154=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #34239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34239A is #CBDC65. Grayscale: #353535. Windows color (decimal): -13360230 or 10101556. OLE color: 10101556.
HSL color Cylindrical-coordinate representation of color #34239A: hue angle of 248.57º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34239A is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 35 | 154 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.40 |
| HSL | 248.57º | 0.63% | 0.37% | - |
| HSV(B) | 248.57º | 0.77% | 0.6% | - |
| XYZ | 7.85 | 4.27 | 30.98 | - |
| YUV | 53.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 154 | 0.66 | 0.77 | 0 | 0.40 | 248.57 | 0.63 | 0.37 |
| Hex | 34 | 23 | 9A | 42 | 4D | 0 | 28 | F9 | 3F | 25 |
| Octal | 64 | 43 | 232 | 102 | 115 | 0 | 50 | 371 | 77 | 45 |
| Binary | 110100 | 100011 | 10011010 | 1000010 | 1001101 | 0 | 101000 | 11111001 | 111111 | 100101 |
Color Harmonies of #34239A
Complementary color
Monochromatic Colors of #34239A
Black with #34239A
Text Example
Text Example
White with #34239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34239A; }
p { color: rgb(52,35,154); }
H1.HeaderClassName
{
color: #34239A;
}
.AnyTagClassName
{
color: #34239A;
}
</style>
background-color css
<style>
a { background-color: #34239A; }
a { background-color: rgb(52,35,154); }
div.DivClassName
{
background-color: #34239A;
}
.BgClassName
{
background-color: #34239A;
}
</style>
border-color css
<style>
span { border-color: #34239A; }
span { border-color: rgb(52,35,154); }
td.TdClassName
{
border-color: #34239A;
}
.TagClassName
{
border-color: #34239A;
}
</style>