Shades of Astral #34698D
Tints of Astral #34698D
RGB
CMYK
RGB Variations
Color information
#34698D (or 0x34698D) is known color: Astral. HEX triplet: 34, 69 and 8D. RGB value is (52,105,141). Sum of RGB (Red+Green+Blue) = 52+105+141=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #34698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34698D is #CB9672. Grayscale: #5D5D5D. Windows color (decimal): -13342323 or 9267508. OLE color: 9267508.
HSL color Cylindrical-coordinate representation of color #34698D: hue angle of 204.27º 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 #34698D is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 105 | 141 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.45 |
| HSL | 204.27º | 0.46% | 0.38% | - |
| HSV(B) | 204.27º | 0.63% | 0.55% | - |
| XYZ | 11.28 | 12.76 | 27.07 | - |
| YUV | 93.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 141 | 0.63 | 0.26 | 0 | 0.45 | 204.27 | 0.46 | 0.38 |
| Hex | 34 | 69 | 8D | 3F | 1A | 0 | 2D | CC | 2E | 26 |
| Octal | 64 | 151 | 215 | 77 | 32 | 0 | 55 | 314 | 56 | 46 |
| Binary | 110100 | 1101001 | 10001101 | 111111 | 11010 | 0 | 101101 | 11001100 | 101110 | 100110 |
Color Harmonies of #34698D
Complementary color
Monochromatic Colors of #34698D
Black with #34698D
Text Example
Text Example
White with #34698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34698D; }
p { color: rgb(52,105,141); }
H1.HeaderClassName
{
color: #34698D;
}
.AnyTagClassName
{
color: #34698D;
}
</style>
background-color css
<style>
a { background-color: #34698D; }
a { background-color: rgb(52,105,141); }
div.DivClassName
{
background-color: #34698D;
}
.BgClassName
{
background-color: #34698D;
}
</style>
border-color css
<style>
span { border-color: #34698D; }
span { border-color: rgb(52,105,141); }
td.TdClassName
{
border-color: #34698D;
}
.TagClassName
{
border-color: #34698D;
}
</style>