Shades of Astral #346D84
Tints of Astral #346D84
RGB
CMYK
RGB Variations
Color information
#346D84 (or 0x346D84) is known color: Astral. HEX triplet: 34, 6D and 84. RGB value is (52,109,132). Sum of RGB (Red+Green+Blue) = 52+109+132=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #346D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D84 is #CB927B. Grayscale: #5E5E5E. Windows color (decimal): -13341308 or 8678708. OLE color: 8678708.
HSL color Cylindrical-coordinate representation of color #346D84: hue angle of 197.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346D84 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 109 | 132 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.48 |
| HSL | 197.25º | 0.43% | 0.36% | - |
| HSV(B) | 197.25º | 0.61% | 0.52% | - |
| XYZ | 11.05 | 13.33 | 23.82 | - |
| YUV | 94.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 132 | 0.61 | 0.17 | 0 | 0.48 | 197.25 | 0.43 | 0.36 |
| Hex | 34 | 6D | 84 | 3D | 11 | 0 | 30 | C5 | 2B | 24 |
| Octal | 64 | 155 | 204 | 75 | 21 | 0 | 60 | 305 | 53 | 44 |
| Binary | 110100 | 1101101 | 10000100 | 111101 | 10001 | 0 | 110000 | 11000101 | 101011 | 100100 |
Color Harmonies of #346D84
Complementary color
Monochromatic Colors of #346D84
Black with #346D84
Text Example
Text Example
White with #346D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D84; }
p { color: rgb(52,109,132); }
H1.HeaderClassName
{
color: #346D84;
}
.AnyTagClassName
{
color: #346D84;
}
</style>
background-color css
<style>
a { background-color: #346D84; }
a { background-color: rgb(52,109,132); }
div.DivClassName
{
background-color: #346D84;
}
.BgClassName
{
background-color: #346D84;
}
</style>
border-color css
<style>
span { border-color: #346D84; }
span { border-color: rgb(52,109,132); }
td.TdClassName
{
border-color: #346D84;
}
.TagClassName
{
border-color: #346D84;
}
</style>