Shades of Astral #346B7C
Tints of Astral #346B7C
RGB
CMYK
RGB Variations
Color information
#346B7C (or 0x346B7C) is known color: Astral. HEX triplet: 34, 6B and 7C. RGB value is (52,107,124). Sum of RGB (Red+Green+Blue) = 52+107+124=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #346B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B7C is #CB9483. Grayscale: #5C5C5C. Windows color (decimal): -13341828 or 8153908. OLE color: 8153908.
HSL color Cylindrical-coordinate representation of color #346B7C: hue angle of 194.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346B7C is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 107 | 124 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.51 |
| HSL | 194.17º | 0.41% | 0.35% | - |
| HSV(B) | 194.17º | 0.58% | 0.49% | - |
| XYZ | 10.31 | 12.7 | 20.98 | - |
| YUV | 92.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 124 | 0.58 | 0.14 | 0 | 0.51 | 194.17 | 0.41 | 0.35 |
| Hex | 34 | 6B | 7C | 3A | E | 0 | 33 | C2 | 29 | 23 |
| Octal | 64 | 153 | 174 | 72 | 16 | 0 | 63 | 302 | 51 | 43 |
| Binary | 110100 | 1101011 | 1111100 | 111010 | 1110 | 0 | 110011 | 11000010 | 101001 | 100011 |
Color Harmonies of #346B7C
Complementary color
Monochromatic Colors of #346B7C
Black with #346B7C
Text Example
Text Example
White with #346B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B7C; }
p { color: rgb(52,107,124); }
H1.HeaderClassName
{
color: #346B7C;
}
.AnyTagClassName
{
color: #346B7C;
}
</style>
background-color css
<style>
a { background-color: #346B7C; }
a { background-color: rgb(52,107,124); }
div.DivClassName
{
background-color: #346B7C;
}
.BgClassName
{
background-color: #346B7C;
}
</style>
border-color css
<style>
span { border-color: #346B7C; }
span { border-color: rgb(52,107,124); }
td.TdClassName
{
border-color: #346B7C;
}
.TagClassName
{
border-color: #346B7C;
}
</style>