Shades of Astral #346D82
Tints of Astral #346D82
RGB
CMYK
RGB Variations
Color information
#346D82 (or 0x346D82) is known color: Astral. HEX triplet: 34, 6D and 82. RGB value is (52,109,130). Sum of RGB (Red+Green+Blue) = 52+109+130=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #346D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D82 is #CB927D. Grayscale: #5E5E5E. Windows color (decimal): -13341310 or 8547636. OLE color: 8547636.
HSL color Cylindrical-coordinate representation of color #346D82: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346D82 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 109 | 130 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.49 |
| HSL | 196.15º | 0.43% | 0.36% | - |
| HSV(B) | 196.15º | 0.6% | 0.51% | - |
| XYZ | 10.91 | 13.28 | 23.11 | - |
| YUV | 94.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 130 | 0.60 | 0.16 | 0 | 0.49 | 196.15 | 0.43 | 0.36 |
| Hex | 34 | 6D | 82 | 3C | 10 | 0 | 31 | C4 | 2B | 24 |
| Octal | 64 | 155 | 202 | 74 | 20 | 0 | 61 | 304 | 53 | 44 |
| Binary | 110100 | 1101101 | 10000010 | 111100 | 10000 | 0 | 110001 | 11000100 | 101011 | 100100 |
Color Harmonies of #346D82
Complementary color
Monochromatic Colors of #346D82
Black with #346D82
Text Example
Text Example
White with #346D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D82; }
p { color: rgb(52,109,130); }
H1.HeaderClassName
{
color: #346D82;
}
.AnyTagClassName
{
color: #346D82;
}
</style>
background-color css
<style>
a { background-color: #346D82; }
a { background-color: rgb(52,109,130); }
div.DivClassName
{
background-color: #346D82;
}
.BgClassName
{
background-color: #346D82;
}
</style>
border-color css
<style>
span { border-color: #346D82; }
span { border-color: rgb(52,109,130); }
td.TdClassName
{
border-color: #346D82;
}
.TagClassName
{
border-color: #346D82;
}
</style>