Shades of Dark Slate Blue #34339A
Tints of Dark Slate Blue #34339A
RGB
CMYK
RGB Variations
Color information
#34339A (or 0x34339A) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 9A. RGB value is (52,51,154). Sum of RGB (Red+Green+Blue) = 52+51+154=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #34339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34339A is #CBCC65. Grayscale: #3E3E3E. Windows color (decimal): -13356134 or 10105652. OLE color: 10105652.
HSL color Cylindrical-coordinate representation of color #34339A: hue angle of 240.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34339A is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 51 | 154 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.40 |
| HSL | 240.58º | 0.5% | 0.4% | - |
| HSV(B) | 240.58º | 0.67% | 0.6% | - |
| XYZ | 8.43 | 5.43 | 31.18 | - |
| YUV | 63.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 154 | 0.66 | 0.67 | 0 | 0.40 | 240.58 | 0.5 | 0.4 |
| Hex | 34 | 33 | 9A | 42 | 43 | 0 | 28 | F1 | 32 | 28 |
| Octal | 64 | 63 | 232 | 102 | 103 | 0 | 50 | 361 | 62 | 50 |
| Binary | 110100 | 110011 | 10011010 | 1000010 | 1000011 | 0 | 101000 | 11110001 | 110010 | 101000 |
Color Harmonies of #34339A
Complementary color
Monochromatic Colors of #34339A
Black with #34339A
Text Example
Text Example
White with #34339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34339A; }
p { color: rgb(52,51,154); }
H1.HeaderClassName
{
color: #34339A;
}
.AnyTagClassName
{
color: #34339A;
}
</style>
background-color css
<style>
a { background-color: #34339A; }
a { background-color: rgb(52,51,154); }
div.DivClassName
{
background-color: #34339A;
}
.BgClassName
{
background-color: #34339A;
}
</style>
border-color css
<style>
span { border-color: #34339A; }
span { border-color: rgb(52,51,154); }
td.TdClassName
{
border-color: #34339A;
}
.TagClassName
{
border-color: #34339A;
}
</style>