Shades of Astral #346C82
Tints of Astral #346C82
RGB
CMYK
RGB Variations
Color information
#346C82 (or 0x346C82) is known color: Astral. HEX triplet: 34, 6C and 82. RGB value is (52,108,130). Sum of RGB (Red+Green+Blue) = 52+108+130=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #346C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C82 is #CB937D. Grayscale: #5D5D5D. Windows color (decimal): -13341566 or 8547380. OLE color: 8547380.
HSL color Cylindrical-coordinate representation of color #346C82: hue angle of 196.92º 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 #346C82 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 108 | 130 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.49 |
| HSL | 196.92º | 0.43% | 0.36% | - |
| HSV(B) | 196.92º | 0.6% | 0.51% | - |
| XYZ | 10.81 | 13.07 | 23.07 | - |
| YUV | 93.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 130 | 0.60 | 0.17 | 0 | 0.49 | 196.92 | 0.43 | 0.36 |
| Hex | 34 | 6C | 82 | 3C | 11 | 0 | 31 | C5 | 2B | 24 |
| Octal | 64 | 154 | 202 | 74 | 21 | 0 | 61 | 305 | 53 | 44 |
| Binary | 110100 | 1101100 | 10000010 | 111100 | 10001 | 0 | 110001 | 11000101 | 101011 | 100100 |
Color Harmonies of #346C82
Complementary color
Monochromatic Colors of #346C82
Black with #346C82
Text Example
Text Example
White with #346C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C82; }
p { color: rgb(52,108,130); }
H1.HeaderClassName
{
color: #346C82;
}
.AnyTagClassName
{
color: #346C82;
}
</style>
background-color css
<style>
a { background-color: #346C82; }
a { background-color: rgb(52,108,130); }
div.DivClassName
{
background-color: #346C82;
}
.BgClassName
{
background-color: #346C82;
}
</style>
border-color css
<style>
span { border-color: #346C82; }
span { border-color: rgb(52,108,130); }
td.TdClassName
{
border-color: #346C82;
}
.TagClassName
{
border-color: #346C82;
}
</style>