Shades of Astral #347C89
Tints of Astral #347C89
RGB
CMYK
RGB Variations
Color information
#347C89 (or 0x347C89) is known color: Astral. HEX triplet: 34, 7C and 89. RGB value is (52,124,137). Sum of RGB (Red+Green+Blue) = 52+124+137=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #347C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C89 is #CB8376. Grayscale: #676767. Windows color (decimal): -13337463 or 9010228. OLE color: 9010228.
HSL color Cylindrical-coordinate representation of color #347C89: hue angle of 189.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347C89 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 124 | 137 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.46 |
| HSL | 189.18º | 0.45% | 0.37% | - |
| HSV(B) | 189.18º | 0.62% | 0.54% | - |
| XYZ | 13.14 | 16.95 | 26.25 | - |
| YUV | 103.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 137 | 0.62 | 0.09 | 0 | 0.46 | 189.18 | 0.45 | 0.37 |
| Hex | 34 | 7C | 89 | 3E | 9 | 0 | 2E | BD | 2D | 25 |
| Octal | 64 | 174 | 211 | 76 | 11 | 0 | 56 | 275 | 55 | 45 |
| Binary | 110100 | 1111100 | 10001001 | 111110 | 1001 | 0 | 101110 | 10111101 | 101101 | 100101 |
Color Harmonies of #347C89
Complementary color
Monochromatic Colors of #347C89
Black with #347C89
Text Example
Text Example
White with #347C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C89; }
p { color: rgb(52,124,137); }
H1.HeaderClassName
{
color: #347C89;
}
.AnyTagClassName
{
color: #347C89;
}
</style>
background-color css
<style>
a { background-color: #347C89; }
a { background-color: rgb(52,124,137); }
div.DivClassName
{
background-color: #347C89;
}
.BgClassName
{
background-color: #347C89;
}
</style>
border-color css
<style>
span { border-color: #347C89; }
span { border-color: rgb(52,124,137); }
td.TdClassName
{
border-color: #347C89;
}
.TagClassName
{
border-color: #347C89;
}
</style>