Shades of Astral #357082
Tints of Astral #357082
RGB
CMYK
RGB Variations
Color information
#357082 (or 0x357082) is known color: Astral. HEX triplet: 35, 70 and 82. RGB value is (53,112,130). Sum of RGB (Red+Green+Blue) = 53+112+130=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #357082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357082 is #CA8F7D. Grayscale: #606060. Windows color (decimal): -13275006 or 8548405. OLE color: 8548405.
HSL color Cylindrical-coordinate representation of color #357082: hue angle of 194.03º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357082 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 112 | 130 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.49 |
| HSL | 194.03º | 0.42% | 0.36% | - |
| HSV(B) | 194.03º | 0.59% | 0.51% | - |
| XYZ | 11.29 | 13.96 | 23.22 | - |
| YUV | 96.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 130 | 0.59 | 0.14 | 0 | 0.49 | 194.03 | 0.42 | 0.36 |
| Hex | 35 | 70 | 82 | 3B | E | 0 | 31 | C2 | 2A | 24 |
| Octal | 65 | 160 | 202 | 73 | 16 | 0 | 61 | 302 | 52 | 44 |
| Binary | 110101 | 1110000 | 10000010 | 111011 | 1110 | 0 | 110001 | 11000010 | 101010 | 100100 |
Color Harmonies of #357082
Complementary color
Monochromatic Colors of #357082
Black with #357082
Text Example
Text Example
White with #357082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357082; }
p { color: rgb(53,112,130); }
H1.HeaderClassName
{
color: #357082;
}
.AnyTagClassName
{
color: #357082;
}
</style>
background-color css
<style>
a { background-color: #357082; }
a { background-color: rgb(53,112,130); }
div.DivClassName
{
background-color: #357082;
}
.BgClassName
{
background-color: #357082;
}
</style>
border-color css
<style>
span { border-color: #357082; }
span { border-color: rgb(53,112,130); }
td.TdClassName
{
border-color: #357082;
}
.TagClassName
{
border-color: #357082;
}
</style>