Shades of Astral #34698A
Tints of Astral #34698A
RGB
CMYK
RGB Variations
Color information
#34698A (or 0x34698A) is known color: Astral. HEX triplet: 34, 69 and 8A. RGB value is (52,105,138). Sum of RGB (Red+Green+Blue) = 52+105+138=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #34698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34698A is #CB9675. Grayscale: #5C5C5C. Windows color (decimal): -13342326 or 9070900. OLE color: 9070900.
HSL color Cylindrical-coordinate representation of color #34698A: hue angle of 203.02º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34698A is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 105 | 138 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.46 |
| HSL | 203.02º | 0.45% | 0.37% | - |
| HSV(B) | 203.02º | 0.62% | 0.54% | - |
| XYZ | 11.06 | 12.67 | 25.91 | - |
| YUV | 92.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 138 | 0.62 | 0.24 | 0 | 0.46 | 203.02 | 0.45 | 0.37 |
| Hex | 34 | 69 | 8A | 3E | 18 | 0 | 2E | CB | 2D | 25 |
| Octal | 64 | 151 | 212 | 76 | 30 | 0 | 56 | 313 | 55 | 45 |
| Binary | 110100 | 1101001 | 10001010 | 111110 | 11000 | 0 | 101110 | 11001011 | 101101 | 100101 |
Color Harmonies of #34698A
Complementary color
Monochromatic Colors of #34698A
Black with #34698A
Text Example
Text Example
White with #34698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34698A; }
p { color: rgb(52,105,138); }
H1.HeaderClassName
{
color: #34698A;
}
.AnyTagClassName
{
color: #34698A;
}
</style>
background-color css
<style>
a { background-color: #34698A; }
a { background-color: rgb(52,105,138); }
div.DivClassName
{
background-color: #34698A;
}
.BgClassName
{
background-color: #34698A;
}
</style>
border-color css
<style>
span { border-color: #34698A; }
span { border-color: rgb(52,105,138); }
td.TdClassName
{
border-color: #34698A;
}
.TagClassName
{
border-color: #34698A;
}
</style>