Shades of Astral #347A92
Tints of Astral #347A92
RGB
CMYK
RGB Variations
Color information
#347A92 (or 0x347A92) is known color: Astral. HEX triplet: 34, 7A and 92. RGB value is (52,122,146). Sum of RGB (Red+Green+Blue) = 52+122+146=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #347A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A92 is #CB856D. Grayscale: #676767. Windows color (decimal): -13337966 or 9599540. OLE color: 9599540.
HSL color Cylindrical-coordinate representation of color #347A92: hue angle of 195.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347A92 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 122 | 146 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.43 |
| HSL | 195.32º | 0.47% | 0.39% | - |
| HSV(B) | 195.32º | 0.64% | 0.57% | - |
| XYZ | 13.56 | 16.72 | 29.71 | - |
| YUV | 103.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 146 | 0.64 | 0.16 | 0 | 0.43 | 195.32 | 0.47 | 0.39 |
| Hex | 34 | 7A | 92 | 40 | 10 | 0 | 2B | C3 | 2F | 27 |
| Octal | 64 | 172 | 222 | 100 | 20 | 0 | 53 | 303 | 57 | 47 |
| Binary | 110100 | 1111010 | 10010010 | 1000000 | 10000 | 0 | 101011 | 11000011 | 101111 | 100111 |
Color Harmonies of #347A92
Complementary color
Monochromatic Colors of #347A92
Black with #347A92
Text Example
Text Example
White with #347A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A92; }
p { color: rgb(52,122,146); }
H1.HeaderClassName
{
color: #347A92;
}
.AnyTagClassName
{
color: #347A92;
}
</style>
background-color css
<style>
a { background-color: #347A92; }
a { background-color: rgb(52,122,146); }
div.DivClassName
{
background-color: #347A92;
}
.BgClassName
{
background-color: #347A92;
}
</style>
border-color css
<style>
span { border-color: #347A92; }
span { border-color: rgb(52,122,146); }
td.TdClassName
{
border-color: #347A92;
}
.TagClassName
{
border-color: #347A92;
}
</style>