Shades of Astral #357896
Tints of Astral #357896
RGB
CMYK
RGB Variations
Color information
#357896 (or 0x357896) is known color: Astral. HEX triplet: 35, 78 and 96. RGB value is (53,120,150). Sum of RGB (Red+Green+Blue) = 53+120+150=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #357896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357896 is #CA8769. Grayscale: #676767. Windows color (decimal): -13272938 or 9861173. OLE color: 9861173.
HSL color Cylindrical-coordinate representation of color #357896: hue angle of 198.56º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357896 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 120 | 150 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.41 |
| HSL | 198.56º | 0.48% | 0.4% | - |
| HSV(B) | 198.56º | 0.65% | 0.59% | - |
| XYZ | 13.69 | 16.39 | 31.3 | - |
| YUV | 103.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 150 | 0.65 | 0.20 | 0 | 0.41 | 198.56 | 0.48 | 0.4 |
| Hex | 35 | 78 | 96 | 41 | 14 | 0 | 29 | C7 | 30 | 28 |
| Octal | 65 | 170 | 226 | 101 | 24 | 0 | 51 | 307 | 60 | 50 |
| Binary | 110101 | 1111000 | 10010110 | 1000001 | 10100 | 0 | 101001 | 11000111 | 110000 | 101000 |
Color Harmonies of #357896
Complementary color
Monochromatic Colors of #357896
Black with #357896
Text Example
Text Example
White with #357896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357896; }
p { color: rgb(53,120,150); }
H1.HeaderClassName
{
color: #357896;
}
.AnyTagClassName
{
color: #357896;
}
</style>
background-color css
<style>
a { background-color: #357896; }
a { background-color: rgb(53,120,150); }
div.DivClassName
{
background-color: #357896;
}
.BgClassName
{
background-color: #357896;
}
</style>
border-color css
<style>
span { border-color: #357896; }
span { border-color: rgb(53,120,150); }
td.TdClassName
{
border-color: #357896;
}
.TagClassName
{
border-color: #357896;
}
</style>