Shades of Astral #35798A
Tints of Astral #35798A
RGB
CMYK
RGB Variations
Color information
#35798A (or 0x35798A) is known color: Astral. HEX triplet: 35, 79 and 8A. RGB value is (53,121,138). Sum of RGB (Red+Green+Blue) = 53+121+138=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #35798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35798A is #CA8675. Grayscale: #666666. Windows color (decimal): -13272694 or 9074997. OLE color: 9074997.
HSL color Cylindrical-coordinate representation of color #35798A: hue angle of 192º 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 #35798A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 121 | 138 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.46 |
| HSL | 192º | 0.45% | 0.37% | - |
| HSV(B) | 192º | 0.62% | 0.54% | - |
| XYZ | 12.89 | 16.27 | 26.5 | - |
| YUV | 102.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 138 | 0.62 | 0.12 | 0 | 0.46 | 192 | 0.45 | 0.37 |
| Hex | 35 | 79 | 8A | 3E | C | 0 | 2E | C0 | 2D | 25 |
| Octal | 65 | 171 | 212 | 76 | 14 | 0 | 56 | 300 | 55 | 45 |
| Binary | 110101 | 1111001 | 10001010 | 111110 | 1100 | 0 | 101110 | 11000000 | 101101 | 100101 |
Color Harmonies of #35798A
Complementary color
Monochromatic Colors of #35798A
Black with #35798A
Text Example
Text Example
White with #35798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35798A; }
p { color: rgb(53,121,138); }
H1.HeaderClassName
{
color: #35798A;
}
.AnyTagClassName
{
color: #35798A;
}
</style>
background-color css
<style>
a { background-color: #35798A; }
a { background-color: rgb(53,121,138); }
div.DivClassName
{
background-color: #35798A;
}
.BgClassName
{
background-color: #35798A;
}
</style>
border-color css
<style>
span { border-color: #35798A; }
span { border-color: rgb(53,121,138); }
td.TdClassName
{
border-color: #35798A;
}
.TagClassName
{
border-color: #35798A;
}
</style>