Shades of Dark Slate Blue #343AA3
Tints of Dark Slate Blue #343AA3
RGB
CMYK
RGB Variations
Color information
#343AA3 (or 0x343AA3) is known color: Dark Slate Blue. HEX triplet: 34, 3A and A3. RGB value is (52,58,163). Sum of RGB (Red+Green+Blue) = 52+58+163=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #343AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AA3 is #CBC55C. Grayscale: #434343. Windows color (decimal): -13354333 or 10697268. OLE color: 10697268.
HSL color Cylindrical-coordinate representation of color #343AA3: hue angle of 236.76º degrees, saturation: 0.52, 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 #343AA3 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 58 | 163 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.36 |
| HSL | 236.76º | 0.52% | 0.42% | - |
| HSV(B) | 236.76º | 0.68% | 0.64% | - |
| XYZ | 9.54 | 6.4 | 35.38 | - |
| YUV | 68.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 163 | 0.68 | 0.64 | 0 | 0.36 | 236.76 | 0.52 | 0.42 |
| Hex | 34 | 3A | A3 | 44 | 40 | 0 | 24 | ED | 34 | 2A |
| Octal | 64 | 72 | 243 | 104 | 100 | 0 | 44 | 355 | 64 | 52 |
| Binary | 110100 | 111010 | 10100011 | 1000100 | 1000000 | 0 | 100100 | 11101101 | 110100 | 101010 |
Color Harmonies of #343AA3
Complementary color
Monochromatic Colors of #343AA3
Black with #343AA3
Text Example
Text Example
White with #343AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AA3; }
p { color: rgb(52,58,163); }
H1.HeaderClassName
{
color: #343AA3;
}
.AnyTagClassName
{
color: #343AA3;
}
</style>
background-color css
<style>
a { background-color: #343AA3; }
a { background-color: rgb(52,58,163); }
div.DivClassName
{
background-color: #343AA3;
}
.BgClassName
{
background-color: #343AA3;
}
</style>
border-color css
<style>
span { border-color: #343AA3; }
span { border-color: rgb(52,58,163); }
td.TdClassName
{
border-color: #343AA3;
}
.TagClassName
{
border-color: #343AA3;
}
</style>