Shades of Astral #347C90
Tints of Astral #347C90
RGB
CMYK
RGB Variations
Color information
#347C90 (or 0x347C90) is known color: Astral. HEX triplet: 34, 7C and 90. RGB value is (52,124,144). Sum of RGB (Red+Green+Blue) = 52+124+144=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #347C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C90 is #CB836F. Grayscale: #686868. Windows color (decimal): -13337456 or 9468980. OLE color: 9468980.
HSL color Cylindrical-coordinate representation of color #347C90: hue angle of 193.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347C90 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 124 | 144 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.44 |
| HSL | 193.04º | 0.47% | 0.38% | - |
| HSV(B) | 193.04º | 0.64% | 0.56% | - |
| XYZ | 13.66 | 17.16 | 28.98 | - |
| YUV | 104.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 144 | 0.64 | 0.14 | 0 | 0.44 | 193.04 | 0.47 | 0.38 |
| Hex | 34 | 7C | 90 | 40 | E | 0 | 2C | C1 | 2F | 26 |
| Octal | 64 | 174 | 220 | 100 | 16 | 0 | 54 | 301 | 57 | 46 |
| Binary | 110100 | 1111100 | 10010000 | 1000000 | 1110 | 0 | 101100 | 11000001 | 101111 | 100110 |
Color Harmonies of #347C90
Complementary color
Monochromatic Colors of #347C90
Black with #347C90
Text Example
Text Example
White with #347C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C90; }
p { color: rgb(52,124,144); }
H1.HeaderClassName
{
color: #347C90;
}
.AnyTagClassName
{
color: #347C90;
}
</style>
background-color css
<style>
a { background-color: #347C90; }
a { background-color: rgb(52,124,144); }
div.DivClassName
{
background-color: #347C90;
}
.BgClassName
{
background-color: #347C90;
}
</style>
border-color css
<style>
span { border-color: #347C90; }
span { border-color: rgb(52,124,144); }
td.TdClassName
{
border-color: #347C90;
}
.TagClassName
{
border-color: #347C90;
}
</style>