Shades of Astral #34778B
Tints of Astral #34778B
RGB
CMYK
RGB Variations
Color information
#34778B (or 0x34778B) is known color: Astral. HEX triplet: 34, 77 and 8B. RGB value is (52,119,139). Sum of RGB (Red+Green+Blue) = 52+119+139=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #34778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34778B is #CB8874. Grayscale: #656565. Windows color (decimal): -13338741 or 9140020. OLE color: 9140020.
HSL color Cylindrical-coordinate representation of color #34778B: hue angle of 193.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34778B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 119 | 139 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.45 |
| HSL | 193.79º | 0.46% | 0.37% | - |
| HSV(B) | 193.79º | 0.63% | 0.55% | - |
| XYZ | 12.67 | 15.79 | 26.81 | - |
| YUV | 101.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 139 | 0.63 | 0.14 | 0 | 0.45 | 193.79 | 0.46 | 0.37 |
| Hex | 34 | 77 | 8B | 3F | E | 0 | 2D | C2 | 2E | 25 |
| Octal | 64 | 167 | 213 | 77 | 16 | 0 | 55 | 302 | 56 | 45 |
| Binary | 110100 | 1110111 | 10001011 | 111111 | 1110 | 0 | 101101 | 11000010 | 101110 | 100101 |
Color Harmonies of #34778B
Complementary color
Monochromatic Colors of #34778B
Black with #34778B
Text Example
Text Example
White with #34778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34778B; }
p { color: rgb(52,119,139); }
H1.HeaderClassName
{
color: #34778B;
}
.AnyTagClassName
{
color: #34778B;
}
</style>
background-color css
<style>
a { background-color: #34778B; }
a { background-color: rgb(52,119,139); }
div.DivClassName
{
background-color: #34778B;
}
.BgClassName
{
background-color: #34778B;
}
</style>
border-color css
<style>
span { border-color: #34778B; }
span { border-color: rgb(52,119,139); }
td.TdClassName
{
border-color: #34778B;
}
.TagClassName
{
border-color: #34778B;
}
</style>