Shades of Dark Slate Blue #34389C
Tints of Dark Slate Blue #34389C
RGB
CMYK
RGB Variations
Color information
#34389C (or 0x34389C) is known color: Dark Slate Blue. HEX triplet: 34, 38 and 9C. RGB value is (52,56,156). Sum of RGB (Red+Green+Blue) = 52+56+156=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #34389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34389C is #CBC763. Grayscale: #414141. Windows color (decimal): -13354852 or 10238004. OLE color: 10238004.
HSL color Cylindrical-coordinate representation of color #34389C: hue angle of 237.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34389C is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 56 | 156 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.39 |
| HSL | 237.69º | 0.5% | 0.41% | - |
| HSV(B) | 237.69º | 0.67% | 0.61% | - |
| XYZ | 8.83 | 5.96 | 32.14 | - |
| YUV | 66.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 156 | 0.67 | 0.64 | 0 | 0.39 | 237.69 | 0.5 | 0.41 |
| Hex | 34 | 38 | 9C | 43 | 40 | 0 | 27 | EE | 32 | 29 |
| Octal | 64 | 70 | 234 | 103 | 100 | 0 | 47 | 356 | 62 | 51 |
| Binary | 110100 | 111000 | 10011100 | 1000011 | 1000000 | 0 | 100111 | 11101110 | 110010 | 101001 |
Color Harmonies of #34389C
Complementary color
Monochromatic Colors of #34389C
Black with #34389C
Text Example
Text Example
White with #34389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34389C; }
p { color: rgb(52,56,156); }
H1.HeaderClassName
{
color: #34389C;
}
.AnyTagClassName
{
color: #34389C;
}
</style>
background-color css
<style>
a { background-color: #34389C; }
a { background-color: rgb(52,56,156); }
div.DivClassName
{
background-color: #34389C;
}
.BgClassName
{
background-color: #34389C;
}
</style>
border-color css
<style>
span { border-color: #34389C; }
span { border-color: rgb(52,56,156); }
td.TdClassName
{
border-color: #34389C;
}
.TagClassName
{
border-color: #34389C;
}
</style>