Shades of Astral #35778C
Tints of Astral #35778C
RGB
CMYK
RGB Variations
Color information
#35778C (or 0x35778C) is known color: Astral. HEX triplet: 35, 77 and 8C. RGB value is (53,119,140). Sum of RGB (Red+Green+Blue) = 53+119+140=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #35778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35778C is #CA8873. Grayscale: #656565. Windows color (decimal): -13273204 or 9205557. OLE color: 9205557.
HSL color Cylindrical-coordinate representation of color #35778C: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35778C is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 119 | 140 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.45 |
| HSL | 194.48º | 0.45% | 0.38% | - |
| HSV(B) | 194.48º | 0.62% | 0.55% | - |
| XYZ | 12.8 | 15.84 | 27.19 | - |
| YUV | 101.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 140 | 0.62 | 0.15 | 0 | 0.45 | 194.48 | 0.45 | 0.38 |
| Hex | 35 | 77 | 8C | 3E | F | 0 | 2D | C2 | 2D | 26 |
| Octal | 65 | 167 | 214 | 76 | 17 | 0 | 55 | 302 | 55 | 46 |
| Binary | 110101 | 1110111 | 10001100 | 111110 | 1111 | 0 | 101101 | 11000010 | 101101 | 100110 |
Color Harmonies of #35778C
Complementary color
Monochromatic Colors of #35778C
Black with #35778C
Text Example
Text Example
White with #35778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35778C; }
p { color: rgb(53,119,140); }
H1.HeaderClassName
{
color: #35778C;
}
.AnyTagClassName
{
color: #35778C;
}
</style>
background-color css
<style>
a { background-color: #35778C; }
a { background-color: rgb(53,119,140); }
div.DivClassName
{
background-color: #35778C;
}
.BgClassName
{
background-color: #35778C;
}
</style>
border-color css
<style>
span { border-color: #35778C; }
span { border-color: rgb(53,119,140); }
td.TdClassName
{
border-color: #35778C;
}
.TagClassName
{
border-color: #35778C;
}
</style>