Shades of Astral #34708A
Tints of Astral #34708A
RGB
CMYK
RGB Variations
Color information
#34708A (or 0x34708A) is known color: Astral. HEX triplet: 34, 70 and 8A. RGB value is (52,112,138). Sum of RGB (Red+Green+Blue) = 52+112+138=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #34708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34708A is #CB8F75. Grayscale: #606060. Windows color (decimal): -13340534 or 9072692. OLE color: 9072692.
HSL color Cylindrical-coordinate representation of color #34708A: hue angle of 198.14º 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 #34708A is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 112 | 138 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.46 |
| HSL | 198.14º | 0.45% | 0.37% | - |
| HSV(B) | 198.14º | 0.62% | 0.54% | - |
| XYZ | 11.8 | 14.15 | 26.15 | - |
| YUV | 97.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 138 | 0.62 | 0.19 | 0 | 0.46 | 198.14 | 0.45 | 0.37 |
| Hex | 34 | 70 | 8A | 3E | 13 | 0 | 2E | C6 | 2D | 25 |
| Octal | 64 | 160 | 212 | 76 | 23 | 0 | 56 | 306 | 55 | 45 |
| Binary | 110100 | 1110000 | 10001010 | 111110 | 10011 | 0 | 101110 | 11000110 | 101101 | 100101 |
Color Harmonies of #34708A
Complementary color
Monochromatic Colors of #34708A
Black with #34708A
Text Example
Text Example
White with #34708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34708A; }
p { color: rgb(52,112,138); }
H1.HeaderClassName
{
color: #34708A;
}
.AnyTagClassName
{
color: #34708A;
}
</style>
background-color css
<style>
a { background-color: #34708A; }
a { background-color: rgb(52,112,138); }
div.DivClassName
{
background-color: #34708A;
}
.BgClassName
{
background-color: #34708A;
}
</style>
border-color css
<style>
span { border-color: #34708A; }
span { border-color: rgb(52,112,138); }
td.TdClassName
{
border-color: #34708A;
}
.TagClassName
{
border-color: #34708A;
}
</style>