Shades of Dark Slate Blue #34389D
Tints of Dark Slate Blue #34389D
RGB
CMYK
RGB Variations
Color information
#34389D (or 0x34389D) is known color: Dark Slate Blue. HEX triplet: 34, 38 and 9D. RGB value is (52,56,157). Sum of RGB (Red+Green+Blue) = 52+56+157=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #34389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34389D is #CBC762. Grayscale: #414141. Windows color (decimal): -13354851 or 10303540. OLE color: 10303540.
HSL color Cylindrical-coordinate representation of color #34389D: hue angle of 237.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34389D is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 56 | 157 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.38 |
| HSL | 237.71º | 0.5% | 0.41% | - |
| HSV(B) | 237.71º | 0.67% | 0.62% | - |
| XYZ | 8.92 | 5.99 | 32.59 | - |
| YUV | 66.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 157 | 0.67 | 0.64 | 0 | 0.38 | 237.71 | 0.5 | 0.41 |
| Hex | 34 | 38 | 9D | 43 | 40 | 0 | 26 | EE | 32 | 29 |
| Octal | 64 | 70 | 235 | 103 | 100 | 0 | 46 | 356 | 62 | 51 |
| Binary | 110100 | 111000 | 10011101 | 1000011 | 1000000 | 0 | 100110 | 11101110 | 110010 | 101001 |
Color Harmonies of #34389D
Complementary color
Monochromatic Colors of #34389D
Black with #34389D
Text Example
Text Example
White with #34389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34389D; }
p { color: rgb(52,56,157); }
H1.HeaderClassName
{
color: #34389D;
}
.AnyTagClassName
{
color: #34389D;
}
</style>
background-color css
<style>
a { background-color: #34389D; }
a { background-color: rgb(52,56,157); }
div.DivClassName
{
background-color: #34389D;
}
.BgClassName
{
background-color: #34389D;
}
</style>
border-color css
<style>
span { border-color: #34389D; }
span { border-color: rgb(52,56,157); }
td.TdClassName
{
border-color: #34389D;
}
.TagClassName
{
border-color: #34389D;
}
</style>