Shades of Astral #34687D
Tints of Astral #34687D
RGB
CMYK
RGB Variations
Color information
#34687D (or 0x34687D) is known color: Astral. HEX triplet: 34, 68 and 7D. RGB value is (52,104,125). Sum of RGB (Red+Green+Blue) = 52+104+125=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #34687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34687D is #CB9782. Grayscale: #5A5A5A. Windows color (decimal): -13342595 or 8218676. OLE color: 8218676.
HSL color Cylindrical-coordinate representation of color #34687D: hue angle of 197.26º 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 #34687D is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 104 | 125 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.51 |
| HSL | 197.26º | 0.41% | 0.35% | - |
| HSV(B) | 197.26º | 0.58% | 0.49% | - |
| XYZ | 10.07 | 12.11 | 21.21 | - |
| YUV | 90.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 125 | 0.58 | 0.17 | 0 | 0.51 | 197.26 | 0.41 | 0.35 |
| Hex | 34 | 68 | 7D | 3A | 11 | 0 | 33 | C5 | 29 | 23 |
| Octal | 64 | 150 | 175 | 72 | 21 | 0 | 63 | 305 | 51 | 43 |
| Binary | 110100 | 1101000 | 1111101 | 111010 | 10001 | 0 | 110011 | 11000101 | 101001 | 100011 |
Color Harmonies of #34687D
Complementary color
Monochromatic Colors of #34687D
Black with #34687D
Text Example
Text Example
White with #34687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34687D; }
p { color: rgb(52,104,125); }
H1.HeaderClassName
{
color: #34687D;
}
.AnyTagClassName
{
color: #34687D;
}
</style>
background-color css
<style>
a { background-color: #34687D; }
a { background-color: rgb(52,104,125); }
div.DivClassName
{
background-color: #34687D;
}
.BgClassName
{
background-color: #34687D;
}
</style>
border-color css
<style>
span { border-color: #34687D; }
span { border-color: rgb(52,104,125); }
td.TdClassName
{
border-color: #34687D;
}
.TagClassName
{
border-color: #34687D;
}
</style>