Shades of Astral #357083
Tints of Astral #357083
RGB
CMYK
RGB Variations
Color information
#357083 (or 0x357083) is known color: Astral. HEX triplet: 35, 70 and 83. RGB value is (53,112,131). Sum of RGB (Red+Green+Blue) = 53+112+131=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #357083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357083 is #CA8F7C. Grayscale: #606060. Windows color (decimal): -13275005 or 8613941. OLE color: 8613941.
HSL color Cylindrical-coordinate representation of color #357083: hue angle of 194.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357083 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 112 | 131 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.49 |
| HSL | 194.62º | 0.42% | 0.36% | - |
| HSV(B) | 194.62º | 0.6% | 0.51% | - |
| XYZ | 11.36 | 13.98 | 23.57 | - |
| YUV | 96.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 131 | 0.60 | 0.15 | 0 | 0.49 | 194.62 | 0.42 | 0.36 |
| Hex | 35 | 70 | 83 | 3C | F | 0 | 31 | C3 | 2A | 24 |
| Octal | 65 | 160 | 203 | 74 | 17 | 0 | 61 | 303 | 52 | 44 |
| Binary | 110101 | 1110000 | 10000011 | 111100 | 1111 | 0 | 110001 | 11000011 | 101010 | 100100 |
Color Harmonies of #357083
Complementary color
Monochromatic Colors of #357083
Black with #357083
Text Example
Text Example
White with #357083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357083; }
p { color: rgb(53,112,131); }
H1.HeaderClassName
{
color: #357083;
}
.AnyTagClassName
{
color: #357083;
}
</style>
background-color css
<style>
a { background-color: #357083; }
a { background-color: rgb(53,112,131); }
div.DivClassName
{
background-color: #357083;
}
.BgClassName
{
background-color: #357083;
}
</style>
border-color css
<style>
span { border-color: #357083; }
span { border-color: rgb(53,112,131); }
td.TdClassName
{
border-color: #357083;
}
.TagClassName
{
border-color: #357083;
}
</style>