Shades of Astral #35778D
Tints of Astral #35778D
RGB
CMYK
RGB Variations
Color information
#35778D (or 0x35778D) is known color: Astral. HEX triplet: 35, 77 and 8D. RGB value is (53,119,141). Sum of RGB (Red+Green+Blue) = 53+119+141=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #35778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35778D is #CA8872. Grayscale: #656565. Windows color (decimal): -13273203 or 9271093. OLE color: 9271093.
HSL color Cylindrical-coordinate representation of color #35778D: hue angle of 195º 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 #35778D is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 119 | 141 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.45 |
| HSL | 195º | 0.45% | 0.38% | - |
| HSV(B) | 195º | 0.62% | 0.55% | - |
| XYZ | 12.87 | 15.87 | 27.58 | - |
| YUV | 101.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 141 | 0.62 | 0.16 | 0 | 0.45 | 195 | 0.45 | 0.38 |
| Hex | 35 | 77 | 8D | 3E | 10 | 0 | 2D | C3 | 2D | 26 |
| Octal | 65 | 167 | 215 | 76 | 20 | 0 | 55 | 303 | 55 | 46 |
| Binary | 110101 | 1110111 | 10001101 | 111110 | 10000 | 0 | 101101 | 11000011 | 101101 | 100110 |
Color Harmonies of #35778D
Complementary color
Monochromatic Colors of #35778D
Black with #35778D
Text Example
Text Example
White with #35778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35778D; }
p { color: rgb(53,119,141); }
H1.HeaderClassName
{
color: #35778D;
}
.AnyTagClassName
{
color: #35778D;
}
</style>
background-color css
<style>
a { background-color: #35778D; }
a { background-color: rgb(53,119,141); }
div.DivClassName
{
background-color: #35778D;
}
.BgClassName
{
background-color: #35778D;
}
</style>
border-color css
<style>
span { border-color: #35778D; }
span { border-color: rgb(53,119,141); }
td.TdClassName
{
border-color: #35778D;
}
.TagClassName
{
border-color: #35778D;
}
</style>