Shades of Astral #346C8E
Tints of Astral #346C8E
RGB
CMYK
RGB Variations
Color information
#346C8E (or 0x346C8E) is known color: Astral. HEX triplet: 34, 6C and 8E. RGB value is (52,108,142). Sum of RGB (Red+Green+Blue) = 52+108+142=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #346C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C8E is #CB9371. Grayscale: #5E5E5E. Windows color (decimal): -13341554 or 9333812. OLE color: 9333812.
HSL color Cylindrical-coordinate representation of color #346C8E: hue angle of 202.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346C8E is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 108 | 142 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.44 |
| HSL | 202.67º | 0.46% | 0.38% | - |
| HSV(B) | 202.67º | 0.63% | 0.56% | - |
| XYZ | 11.66 | 13.41 | 27.56 | - |
| YUV | 95.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 142 | 0.63 | 0.24 | 0 | 0.44 | 202.67 | 0.46 | 0.38 |
| Hex | 34 | 6C | 8E | 3F | 18 | 0 | 2C | CB | 2E | 26 |
| Octal | 64 | 154 | 216 | 77 | 30 | 0 | 54 | 313 | 56 | 46 |
| Binary | 110100 | 1101100 | 10001110 | 111111 | 11000 | 0 | 101100 | 11001011 | 101110 | 100110 |
Color Harmonies of #346C8E
Complementary color
Monochromatic Colors of #346C8E
Black with #346C8E
Text Example
Text Example
White with #346C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C8E; }
p { color: rgb(52,108,142); }
H1.HeaderClassName
{
color: #346C8E;
}
.AnyTagClassName
{
color: #346C8E;
}
</style>
background-color css
<style>
a { background-color: #346C8E; }
a { background-color: rgb(52,108,142); }
div.DivClassName
{
background-color: #346C8E;
}
.BgClassName
{
background-color: #346C8E;
}
</style>
border-color css
<style>
span { border-color: #346C8E; }
span { border-color: rgb(52,108,142); }
td.TdClassName
{
border-color: #346C8E;
}
.TagClassName
{
border-color: #346C8E;
}
</style>