Shades of Astral #346D83
Tints of Astral #346D83
RGB
CMYK
RGB Variations
Color information
#346D83 (or 0x346D83) is known color: Astral. HEX triplet: 34, 6D and 83. RGB value is (52,109,131). Sum of RGB (Red+Green+Blue) = 52+109+131=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #346D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D83 is #CB927C. Grayscale: #5E5E5E. Windows color (decimal): -13341309 or 8613172. OLE color: 8613172.
HSL color Cylindrical-coordinate representation of color #346D83: hue angle of 196.71º 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 #346D83 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 109 | 131 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.49 |
| HSL | 196.71º | 0.43% | 0.36% | - |
| HSV(B) | 196.71º | 0.6% | 0.51% | - |
| XYZ | 10.98 | 13.31 | 23.46 | - |
| YUV | 94.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 131 | 0.60 | 0.17 | 0 | 0.49 | 196.71 | 0.43 | 0.36 |
| Hex | 34 | 6D | 83 | 3C | 11 | 0 | 31 | C5 | 2B | 24 |
| Octal | 64 | 155 | 203 | 74 | 21 | 0 | 61 | 305 | 53 | 44 |
| Binary | 110100 | 1101101 | 10000011 | 111100 | 10001 | 0 | 110001 | 11000101 | 101011 | 100100 |
Color Harmonies of #346D83
Complementary color
Monochromatic Colors of #346D83
Black with #346D83
Text Example
Text Example
White with #346D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D83; }
p { color: rgb(52,109,131); }
H1.HeaderClassName
{
color: #346D83;
}
.AnyTagClassName
{
color: #346D83;
}
</style>
background-color css
<style>
a { background-color: #346D83; }
a { background-color: rgb(52,109,131); }
div.DivClassName
{
background-color: #346D83;
}
.BgClassName
{
background-color: #346D83;
}
</style>
border-color css
<style>
span { border-color: #346D83; }
span { border-color: rgb(52,109,131); }
td.TdClassName
{
border-color: #346D83;
}
.TagClassName
{
border-color: #346D83;
}
</style>