Shades of Astral #346D87
Tints of Astral #346D87
RGB
CMYK
RGB Variations
Color information
#346D87 (or 0x346D87) is known color: Astral. HEX triplet: 34, 6D and 87. RGB value is (52,109,135). Sum of RGB (Red+Green+Blue) = 52+109+135=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #346D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D87 is #CB9278. Grayscale: #5E5E5E. Windows color (decimal): -13341305 or 8875316. OLE color: 8875316.
HSL color Cylindrical-coordinate representation of color #346D87: hue angle of 198.8º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346D87 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 109 | 135 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.47 |
| HSL | 198.8º | 0.44% | 0.37% | - |
| HSV(B) | 198.8º | 0.61% | 0.53% | - |
| XYZ | 11.26 | 13.42 | 24.92 | - |
| YUV | 94.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 135 | 0.61 | 0.19 | 0 | 0.47 | 198.8 | 0.44 | 0.37 |
| Hex | 34 | 6D | 87 | 3D | 13 | 0 | 2F | C7 | 2C | 25 |
| Octal | 64 | 155 | 207 | 75 | 23 | 0 | 57 | 307 | 54 | 45 |
| Binary | 110100 | 1101101 | 10000111 | 111101 | 10011 | 0 | 101111 | 11000111 | 101100 | 100101 |
Color Harmonies of #346D87
Complementary color
Monochromatic Colors of #346D87
Black with #346D87
Text Example
Text Example
White with #346D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D87; }
p { color: rgb(52,109,135); }
H1.HeaderClassName
{
color: #346D87;
}
.AnyTagClassName
{
color: #346D87;
}
</style>
background-color css
<style>
a { background-color: #346D87; }
a { background-color: rgb(52,109,135); }
div.DivClassName
{
background-color: #346D87;
}
.BgClassName
{
background-color: #346D87;
}
</style>
border-color css
<style>
span { border-color: #346D87; }
span { border-color: rgb(52,109,135); }
td.TdClassName
{
border-color: #346D87;
}
.TagClassName
{
border-color: #346D87;
}
</style>