Shades of Astral #346E8D
Tints of Astral #346E8D
RGB
CMYK
RGB Variations
Color information
#346E8D (or 0x346E8D) is known color: Astral. HEX triplet: 34, 6E and 8D. RGB value is (52,110,141). Sum of RGB (Red+Green+Blue) = 52+110+141=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #346E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E8D is #CB9172. Grayscale: #606060. Windows color (decimal): -13341043 or 9268788. OLE color: 9268788.
HSL color Cylindrical-coordinate representation of color #346E8D: hue angle of 200.9º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346E8D is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 110 | 141 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.45 |
| HSL | 200.9º | 0.46% | 0.38% | - |
| HSV(B) | 200.9º | 0.63% | 0.55% | - |
| XYZ | 11.8 | 13.81 | 27.24 | - |
| YUV | 96.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 141 | 0.63 | 0.22 | 0 | 0.45 | 200.9 | 0.46 | 0.38 |
| Hex | 34 | 6E | 8D | 3F | 16 | 0 | 2D | C9 | 2E | 26 |
| Octal | 64 | 156 | 215 | 77 | 26 | 0 | 55 | 311 | 56 | 46 |
| Binary | 110100 | 1101110 | 10001101 | 111111 | 10110 | 0 | 101101 | 11001001 | 101110 | 100110 |
Color Harmonies of #346E8D
Complementary color
Monochromatic Colors of #346E8D
Black with #346E8D
Text Example
Text Example
White with #346E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E8D; }
p { color: rgb(52,110,141); }
H1.HeaderClassName
{
color: #346E8D;
}
.AnyTagClassName
{
color: #346E8D;
}
</style>
background-color css
<style>
a { background-color: #346E8D; }
a { background-color: rgb(52,110,141); }
div.DivClassName
{
background-color: #346E8D;
}
.BgClassName
{
background-color: #346E8D;
}
</style>
border-color css
<style>
span { border-color: #346E8D; }
span { border-color: rgb(52,110,141); }
td.TdClassName
{
border-color: #346E8D;
}
.TagClassName
{
border-color: #346E8D;
}
</style>