Shades of Astral #34788D
Tints of Astral #34788D
RGB
CMYK
RGB Variations
Color information
#34788D (or 0x34788D) is known color: Astral. HEX triplet: 34, 78 and 8D. RGB value is (52,120,141). Sum of RGB (Red+Green+Blue) = 52+120+141=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #34788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34788D is #CB8772. Grayscale: #656565. Windows color (decimal): -13338483 or 9271348. OLE color: 9271348.
HSL color Cylindrical-coordinate representation of color #34788D: hue angle of 194.16º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34788D is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 120 | 141 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.45 |
| HSL | 194.16º | 0.46% | 0.38% | - |
| HSV(B) | 194.16º | 0.63% | 0.55% | - |
| XYZ | 12.94 | 16.09 | 27.62 | - |
| YUV | 102.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 141 | 0.63 | 0.15 | 0 | 0.45 | 194.16 | 0.46 | 0.38 |
| Hex | 34 | 78 | 8D | 3F | F | 0 | 2D | C2 | 2E | 26 |
| Octal | 64 | 170 | 215 | 77 | 17 | 0 | 55 | 302 | 56 | 46 |
| Binary | 110100 | 1111000 | 10001101 | 111111 | 1111 | 0 | 101101 | 11000010 | 101110 | 100110 |
Color Harmonies of #34788D
Complementary color
Monochromatic Colors of #34788D
Black with #34788D
Text Example
Text Example
White with #34788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34788D; }
p { color: rgb(52,120,141); }
H1.HeaderClassName
{
color: #34788D;
}
.AnyTagClassName
{
color: #34788D;
}
</style>
background-color css
<style>
a { background-color: #34788D; }
a { background-color: rgb(52,120,141); }
div.DivClassName
{
background-color: #34788D;
}
.BgClassName
{
background-color: #34788D;
}
</style>
border-color css
<style>
span { border-color: #34788D; }
span { border-color: rgb(52,120,141); }
td.TdClassName
{
border-color: #34788D;
}
.TagClassName
{
border-color: #34788D;
}
</style>