Shades of Astral #346D86
Tints of Astral #346D86
RGB
CMYK
RGB Variations
Color information
#346D86 (or 0x346D86) is known color: Astral. HEX triplet: 34, 6D and 86. RGB value is (52,109,134). Sum of RGB (Red+Green+Blue) = 52+109+134=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #346D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D86 is #CB9279. Grayscale: #5E5E5E. Windows color (decimal): -13341306 or 8809780. OLE color: 8809780.
HSL color Cylindrical-coordinate representation of color #346D86: hue angle of 198.29º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346D86 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 109 | 134 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.47 |
| HSL | 198.29º | 0.44% | 0.36% | - |
| HSV(B) | 198.29º | 0.61% | 0.53% | - |
| XYZ | 11.19 | 13.39 | 24.55 | - |
| YUV | 94.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 134 | 0.61 | 0.19 | 0 | 0.47 | 198.29 | 0.44 | 0.36 |
| Hex | 34 | 6D | 86 | 3D | 13 | 0 | 2F | C6 | 2C | 24 |
| Octal | 64 | 155 | 206 | 75 | 23 | 0 | 57 | 306 | 54 | 44 |
| Binary | 110100 | 1101101 | 10000110 | 111101 | 10011 | 0 | 101111 | 11000110 | 101100 | 100100 |
Color Harmonies of #346D86
Complementary color
Monochromatic Colors of #346D86
Black with #346D86
Text Example
Text Example
White with #346D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D86; }
p { color: rgb(52,109,134); }
H1.HeaderClassName
{
color: #346D86;
}
.AnyTagClassName
{
color: #346D86;
}
</style>
background-color css
<style>
a { background-color: #346D86; }
a { background-color: rgb(52,109,134); }
div.DivClassName
{
background-color: #346D86;
}
.BgClassName
{
background-color: #346D86;
}
</style>
border-color css
<style>
span { border-color: #346D86; }
span { border-color: rgb(52,109,134); }
td.TdClassName
{
border-color: #346D86;
}
.TagClassName
{
border-color: #346D86;
}
</style>