Shades of Astral #34707D
Tints of Astral #34707D
RGB
CMYK
RGB Variations
Color information
#34707D (or 0x34707D) is known color: Astral. HEX triplet: 34, 70 and 7D. RGB value is (52,112,125). Sum of RGB (Red+Green+Blue) = 52+112+125=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #34707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34707D is #CB8F82. Grayscale: #5F5F5F. Windows color (decimal): -13340547 or 8220724. OLE color: 8220724.
HSL color Cylindrical-coordinate representation of color #34707D: hue angle of 190.68º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34707D is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 112 | 125 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.51 |
| HSL | 190.68º | 0.41% | 0.35% | - |
| HSV(B) | 190.68º | 0.58% | 0.49% | - |
| XYZ | 10.91 | 13.8 | 21.49 | - |
| YUV | 95.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 125 | 0.58 | 0.10 | 0 | 0.51 | 190.68 | 0.41 | 0.35 |
| Hex | 34 | 70 | 7D | 3A | A | 0 | 33 | BF | 29 | 23 |
| Octal | 64 | 160 | 175 | 72 | 12 | 0 | 63 | 277 | 51 | 43 |
| Binary | 110100 | 1110000 | 1111101 | 111010 | 1010 | 0 | 110011 | 10111111 | 101001 | 100011 |
Color Harmonies of #34707D
Complementary color
Monochromatic Colors of #34707D
Black with #34707D
Text Example
Text Example
White with #34707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34707D; }
p { color: rgb(52,112,125); }
H1.HeaderClassName
{
color: #34707D;
}
.AnyTagClassName
{
color: #34707D;
}
</style>
background-color css
<style>
a { background-color: #34707D; }
a { background-color: rgb(52,112,125); }
div.DivClassName
{
background-color: #34707D;
}
.BgClassName
{
background-color: #34707D;
}
</style>
border-color css
<style>
span { border-color: #34707D; }
span { border-color: rgb(52,112,125); }
td.TdClassName
{
border-color: #34707D;
}
.TagClassName
{
border-color: #34707D;
}
</style>