Shades of Astral #347288
Tints of Astral #347288
RGB
CMYK
RGB Variations
Color information
#347288 (or 0x347288) is known color: Astral. HEX triplet: 34, 72 and 88. RGB value is (52,114,136). Sum of RGB (Red+Green+Blue) = 52+114+136=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #347288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347288 is #CB8D77. Grayscale: #616161. Windows color (decimal): -13340024 or 8942132. OLE color: 8942132.
HSL color Cylindrical-coordinate representation of color #347288: hue angle of 195.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347288 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 114 | 136 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.47 |
| HSL | 195.71º | 0.45% | 0.37% | - |
| HSV(B) | 195.71º | 0.62% | 0.53% | - |
| XYZ | 11.88 | 14.54 | 25.47 | - |
| YUV | 97.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 136 | 0.62 | 0.16 | 0 | 0.47 | 195.71 | 0.45 | 0.37 |
| Hex | 34 | 72 | 88 | 3E | 10 | 0 | 2F | C4 | 2D | 25 |
| Octal | 64 | 162 | 210 | 76 | 20 | 0 | 57 | 304 | 55 | 45 |
| Binary | 110100 | 1110010 | 10001000 | 111110 | 10000 | 0 | 101111 | 11000100 | 101101 | 100101 |
Color Harmonies of #347288
Complementary color
Monochromatic Colors of #347288
Black with #347288
Text Example
Text Example
White with #347288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347288; }
p { color: rgb(52,114,136); }
H1.HeaderClassName
{
color: #347288;
}
.AnyTagClassName
{
color: #347288;
}
</style>
background-color css
<style>
a { background-color: #347288; }
a { background-color: rgb(52,114,136); }
div.DivClassName
{
background-color: #347288;
}
.BgClassName
{
background-color: #347288;
}
</style>
border-color css
<style>
span { border-color: #347288; }
span { border-color: rgb(52,114,136); }
td.TdClassName
{
border-color: #347288;
}
.TagClassName
{
border-color: #347288;
}
</style>