Shades of Astral #357080
Tints of Astral #357080
RGB
CMYK
RGB Variations
Color information
#357080 (or 0x357080) is known color: Astral. HEX triplet: 35, 70 and 80. RGB value is (53,112,128). Sum of RGB (Red+Green+Blue) = 53+112+128=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #357080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357080 is #CA8F7F. Grayscale: #606060. Windows color (decimal): -13275008 or 8417333. OLE color: 8417333.
HSL color Cylindrical-coordinate representation of color #357080: hue angle of 192.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357080 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 112 | 128 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.50 |
| HSL | 192.8º | 0.41% | 0.35% | - |
| HSV(B) | 192.8º | 0.59% | 0.5% | - |
| XYZ | 11.16 | 13.9 | 22.52 | - |
| YUV | 96.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 128 | 0.59 | 0.12 | 0 | 0.50 | 192.8 | 0.41 | 0.35 |
| Hex | 35 | 70 | 80 | 3B | C | 0 | 32 | C1 | 29 | 23 |
| Octal | 65 | 160 | 200 | 73 | 14 | 0 | 62 | 301 | 51 | 43 |
| Binary | 110101 | 1110000 | 10000000 | 111011 | 1100 | 0 | 110010 | 11000001 | 101001 | 100011 |
Color Harmonies of #357080
Complementary color
Monochromatic Colors of #357080
Black with #357080
Text Example
Text Example
White with #357080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357080; }
p { color: rgb(53,112,128); }
H1.HeaderClassName
{
color: #357080;
}
.AnyTagClassName
{
color: #357080;
}
</style>
background-color css
<style>
a { background-color: #357080; }
a { background-color: rgb(53,112,128); }
div.DivClassName
{
background-color: #357080;
}
.BgClassName
{
background-color: #357080;
}
</style>
border-color css
<style>
span { border-color: #357080; }
span { border-color: rgb(53,112,128); }
td.TdClassName
{
border-color: #357080;
}
.TagClassName
{
border-color: #357080;
}
</style>