Shades of Astral #357389
Tints of Astral #357389
RGB
CMYK
RGB Variations
Color information
#357389 (or 0x357389) is known color: Astral. HEX triplet: 35, 73 and 89. RGB value is (53,115,137). Sum of RGB (Red+Green+Blue) = 53+115+137=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #357389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357389 is #CA8C76. Grayscale: #626262. Windows color (decimal): -13274231 or 9007925. OLE color: 9007925.
HSL color Cylindrical-coordinate representation of color #357389: hue angle of 195.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357389 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 115 | 137 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.46 |
| HSL | 195.71º | 0.44% | 0.37% | - |
| HSV(B) | 195.71º | 0.61% | 0.54% | - |
| XYZ | 12.11 | 14.82 | 25.89 | - |
| YUV | 98.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 137 | 0.61 | 0.16 | 0 | 0.46 | 195.71 | 0.44 | 0.37 |
| Hex | 35 | 73 | 89 | 3D | 10 | 0 | 2E | C4 | 2C | 25 |
| Octal | 65 | 163 | 211 | 75 | 20 | 0 | 56 | 304 | 54 | 45 |
| Binary | 110101 | 1110011 | 10001001 | 111101 | 10000 | 0 | 101110 | 11000100 | 101100 | 100101 |
Color Harmonies of #357389
Complementary color
Monochromatic Colors of #357389
Black with #357389
Text Example
Text Example
White with #357389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357389; }
p { color: rgb(53,115,137); }
H1.HeaderClassName
{
color: #357389;
}
.AnyTagClassName
{
color: #357389;
}
</style>
background-color css
<style>
a { background-color: #357389; }
a { background-color: rgb(53,115,137); }
div.DivClassName
{
background-color: #357389;
}
.BgClassName
{
background-color: #357389;
}
</style>
border-color css
<style>
span { border-color: #357389; }
span { border-color: rgb(53,115,137); }
td.TdClassName
{
border-color: #357389;
}
.TagClassName
{
border-color: #357389;
}
</style>