Shades of Dark Slate Blue #342B90
Tints of Dark Slate Blue #342B90
RGB
CMYK
RGB Variations
Color information
#342B90 (or 0x342B90) is known color: Dark Slate Blue. HEX triplet: 34, 2B and 90. RGB value is (52,43,144). Sum of RGB (Red+Green+Blue) = 52+43+144=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #342B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342B90 is #CBD46F. Grayscale: #383838. Windows color (decimal): -13358192 or 9448244. OLE color: 9448244.
HSL color Cylindrical-coordinate representation of color #342B90: hue angle of 245.35º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342B90 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 43 | 144 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.44 |
| HSL | 245.35º | 0.54% | 0.37% | - |
| HSV(B) | 245.35º | 0.7% | 0.56% | - |
| XYZ | 7.31 | 4.47 | 26.86 | - |
| YUV | 57.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 144 | 0.64 | 0.70 | 0 | 0.44 | 245.35 | 0.54 | 0.37 |
| Hex | 34 | 2B | 90 | 40 | 46 | 0 | 2C | F5 | 36 | 25 |
| Octal | 64 | 53 | 220 | 100 | 106 | 0 | 54 | 365 | 66 | 45 |
| Binary | 110100 | 101011 | 10010000 | 1000000 | 1000110 | 0 | 101100 | 11110101 | 110110 | 100101 |
Color Harmonies of #342B90
Complementary color
Monochromatic Colors of #342B90
Black with #342B90
Text Example
Text Example
White with #342B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B90; }
p { color: rgb(52,43,144); }
H1.HeaderClassName
{
color: #342B90;
}
.AnyTagClassName
{
color: #342B90;
}
</style>
background-color css
<style>
a { background-color: #342B90; }
a { background-color: rgb(52,43,144); }
div.DivClassName
{
background-color: #342B90;
}
.BgClassName
{
background-color: #342B90;
}
</style>
border-color css
<style>
span { border-color: #342B90; }
span { border-color: rgb(52,43,144); }
td.TdClassName
{
border-color: #342B90;
}
.TagClassName
{
border-color: #342B90;
}
</style>