Shades of Astral #357183
Tints of Astral #357183
RGB
CMYK
RGB Variations
Color information
#357183 (or 0x357183) is known color: Astral. HEX triplet: 35, 71 and 83. RGB value is (53,113,131). Sum of RGB (Red+Green+Blue) = 53+113+131=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #357183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357183 is #CA8E7C. Grayscale: #606060. Windows color (decimal): -13274749 or 8614197. OLE color: 8614197.
HSL color Cylindrical-coordinate representation of color #357183: hue angle of 193.85º 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 #357183 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 113 | 131 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.49 |
| HSL | 193.85º | 0.42% | 0.36% | - |
| HSV(B) | 193.85º | 0.6% | 0.51% | - |
| XYZ | 11.47 | 14.21 | 23.61 | - |
| YUV | 97.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 131 | 0.60 | 0.14 | 0 | 0.49 | 193.85 | 0.42 | 0.36 |
| Hex | 35 | 71 | 83 | 3C | E | 0 | 31 | C2 | 2A | 24 |
| Octal | 65 | 161 | 203 | 74 | 16 | 0 | 61 | 302 | 52 | 44 |
| Binary | 110101 | 1110001 | 10000011 | 111100 | 1110 | 0 | 110001 | 11000010 | 101010 | 100100 |
Color Harmonies of #357183
Complementary color
Monochromatic Colors of #357183
Black with #357183
Text Example
Text Example
White with #357183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357183; }
p { color: rgb(53,113,131); }
H1.HeaderClassName
{
color: #357183;
}
.AnyTagClassName
{
color: #357183;
}
</style>
background-color css
<style>
a { background-color: #357183; }
a { background-color: rgb(53,113,131); }
div.DivClassName
{
background-color: #357183;
}
.BgClassName
{
background-color: #357183;
}
</style>
border-color css
<style>
span { border-color: #357183; }
span { border-color: rgb(53,113,131); }
td.TdClassName
{
border-color: #357183;
}
.TagClassName
{
border-color: #357183;
}
</style>