Shades of Dark Slate Blue #343BA2
Tints of Dark Slate Blue #343BA2
RGB
CMYK
RGB Variations
Color information
#343BA2 (or 0x343BA2) is known color: Dark Slate Blue. HEX triplet: 34, 3B and A2. RGB value is (52,59,162). Sum of RGB (Red+Green+Blue) = 52+59+162=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #343BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BA2 is #CBC45D. Grayscale: #444444. Windows color (decimal): -13354078 or 10631988. OLE color: 10631988.
HSL color Cylindrical-coordinate representation of color #343BA2: hue angle of 236.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343BA2 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 59 | 162 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.36 |
| HSL | 236.18º | 0.51% | 0.42% | - |
| HSV(B) | 236.18º | 0.68% | 0.64% | - |
| XYZ | 9.5 | 6.47 | 34.93 | - |
| YUV | 68.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 162 | 0.68 | 0.64 | 0 | 0.36 | 236.18 | 0.51 | 0.42 |
| Hex | 34 | 3B | A2 | 44 | 40 | 0 | 24 | EC | 33 | 2A |
| Octal | 64 | 73 | 242 | 104 | 100 | 0 | 44 | 354 | 63 | 52 |
| Binary | 110100 | 111011 | 10100010 | 1000100 | 1000000 | 0 | 100100 | 11101100 | 110011 | 101010 |
Color Harmonies of #343BA2
Complementary color
Monochromatic Colors of #343BA2
Black with #343BA2
Text Example
Text Example
White with #343BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BA2; }
p { color: rgb(52,59,162); }
H1.HeaderClassName
{
color: #343BA2;
}
.AnyTagClassName
{
color: #343BA2;
}
</style>
background-color css
<style>
a { background-color: #343BA2; }
a { background-color: rgb(52,59,162); }
div.DivClassName
{
background-color: #343BA2;
}
.BgClassName
{
background-color: #343BA2;
}
</style>
border-color css
<style>
span { border-color: #343BA2; }
span { border-color: rgb(52,59,162); }
td.TdClassName
{
border-color: #343BA2;
}
.TagClassName
{
border-color: #343BA2;
}
</style>