Shades of Astral #347894
Tints of Astral #347894
RGB
CMYK
RGB Variations
Color information
#347894 (or 0x347894) is known color: Astral. HEX triplet: 34, 78 and 94. RGB value is (52,120,148). Sum of RGB (Red+Green+Blue) = 52+120+148=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #347894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347894 is #CB876B. Grayscale: #666666. Windows color (decimal): -13338476 or 9730100. OLE color: 9730100.
HSL color Cylindrical-coordinate representation of color #347894: hue angle of 197.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347894 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 120 | 148 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.42 |
| HSL | 197.5º | 0.48% | 0.39% | - |
| HSV(B) | 197.5º | 0.65% | 0.58% | - |
| XYZ | 13.48 | 16.3 | 30.45 | - |
| YUV | 102.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 148 | 0.65 | 0.19 | 0 | 0.42 | 197.5 | 0.48 | 0.39 |
| Hex | 34 | 78 | 94 | 41 | 13 | 0 | 2A | C6 | 30 | 27 |
| Octal | 64 | 170 | 224 | 101 | 23 | 0 | 52 | 306 | 60 | 47 |
| Binary | 110100 | 1111000 | 10010100 | 1000001 | 10011 | 0 | 101010 | 11000110 | 110000 | 100111 |
Color Harmonies of #347894
Complementary color
Monochromatic Colors of #347894
Black with #347894
Text Example
Text Example
White with #347894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347894; }
p { color: rgb(52,120,148); }
H1.HeaderClassName
{
color: #347894;
}
.AnyTagClassName
{
color: #347894;
}
</style>
background-color css
<style>
a { background-color: #347894; }
a { background-color: rgb(52,120,148); }
div.DivClassName
{
background-color: #347894;
}
.BgClassName
{
background-color: #347894;
}
</style>
border-color css
<style>
span { border-color: #347894; }
span { border-color: rgb(52,120,148); }
td.TdClassName
{
border-color: #347894;
}
.TagClassName
{
border-color: #347894;
}
</style>