Shades of Astral #34728A
Tints of Astral #34728A
RGB
CMYK
RGB Variations
Color information
#34728A (or 0x34728A) is known color: Astral. HEX triplet: 34, 72 and 8A. RGB value is (52,114,138). Sum of RGB (Red+Green+Blue) = 52+114+138=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #34728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34728A is #CB8D75. Grayscale: #626262. Windows color (decimal): -13340022 or 9073204. OLE color: 9073204.
HSL color Cylindrical-coordinate representation of color #34728A: hue angle of 196.74º 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 #34728A is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 114 | 138 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.46 |
| HSL | 196.74º | 0.45% | 0.37% | - |
| HSV(B) | 196.74º | 0.62% | 0.54% | - |
| XYZ | 12.02 | 14.6 | 26.23 | - |
| YUV | 98.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 138 | 0.62 | 0.17 | 0 | 0.46 | 196.74 | 0.45 | 0.37 |
| Hex | 34 | 72 | 8A | 3E | 11 | 0 | 2E | C5 | 2D | 25 |
| Octal | 64 | 162 | 212 | 76 | 21 | 0 | 56 | 305 | 55 | 45 |
| Binary | 110100 | 1110010 | 10001010 | 111110 | 10001 | 0 | 101110 | 11000101 | 101101 | 100101 |
Color Harmonies of #34728A
Complementary color
Monochromatic Colors of #34728A
Black with #34728A
Text Example
Text Example
White with #34728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34728A; }
p { color: rgb(52,114,138); }
H1.HeaderClassName
{
color: #34728A;
}
.AnyTagClassName
{
color: #34728A;
}
</style>
background-color css
<style>
a { background-color: #34728A; }
a { background-color: rgb(52,114,138); }
div.DivClassName
{
background-color: #34728A;
}
.BgClassName
{
background-color: #34728A;
}
</style>
border-color css
<style>
span { border-color: #34728A; }
span { border-color: rgb(52,114,138); }
td.TdClassName
{
border-color: #34728A;
}
.TagClassName
{
border-color: #34728A;
}
</style>