Shades of Astral #34688C
Tints of Astral #34688C
RGB
CMYK
RGB Variations
Color information
#34688C (or 0x34688C) is known color: Astral. HEX triplet: 34, 68 and 8C. RGB value is (52,104,140). Sum of RGB (Red+Green+Blue) = 52+104+140=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #34688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34688C is #CB9773. Grayscale: #5C5C5C. Windows color (decimal): -13342580 or 9201716. OLE color: 9201716.
HSL color Cylindrical-coordinate representation of color #34688C: hue angle of 204.55º 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 #34688C is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 104 | 140 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.45 |
| HSL | 204.55º | 0.46% | 0.38% | - |
| HSV(B) | 204.55º | 0.63% | 0.55% | - |
| XYZ | 11.1 | 12.52 | 26.64 | - |
| YUV | 92.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 140 | 0.63 | 0.26 | 0 | 0.45 | 204.55 | 0.46 | 0.38 |
| Hex | 34 | 68 | 8C | 3F | 1A | 0 | 2D | CD | 2E | 26 |
| Octal | 64 | 150 | 214 | 77 | 32 | 0 | 55 | 315 | 56 | 46 |
| Binary | 110100 | 1101000 | 10001100 | 111111 | 11010 | 0 | 101101 | 11001101 | 101110 | 100110 |
Color Harmonies of #34688C
Complementary color
Monochromatic Colors of #34688C
Black with #34688C
Text Example
Text Example
White with #34688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34688C; }
p { color: rgb(52,104,140); }
H1.HeaderClassName
{
color: #34688C;
}
.AnyTagClassName
{
color: #34688C;
}
</style>
background-color css
<style>
a { background-color: #34688C; }
a { background-color: rgb(52,104,140); }
div.DivClassName
{
background-color: #34688C;
}
.BgClassName
{
background-color: #34688C;
}
</style>
border-color css
<style>
span { border-color: #34688C; }
span { border-color: rgb(52,104,140); }
td.TdClassName
{
border-color: #34688C;
}
.TagClassName
{
border-color: #34688C;
}
</style>