Shades of Astral #357282
Tints of Astral #357282
RGB
CMYK
RGB Variations
Color information
#357282 (or 0x357282) is known color: Astral. HEX triplet: 35, 72 and 82. RGB value is (53,114,130). Sum of RGB (Red+Green+Blue) = 53+114+130=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #357282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357282 is #CA8D7D. Grayscale: #616161. Windows color (decimal): -13274494 or 8548917. OLE color: 8548917.
HSL color Cylindrical-coordinate representation of color #357282: hue angle of 192.47º 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 #357282 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 114 | 130 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.49 |
| HSL | 192.47º | 0.42% | 0.36% | - |
| HSV(B) | 192.47º | 0.59% | 0.51% | - |
| XYZ | 11.51 | 14.4 | 23.29 | - |
| YUV | 97.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 130 | 0.59 | 0.12 | 0 | 0.49 | 192.47 | 0.42 | 0.36 |
| Hex | 35 | 72 | 82 | 3B | C | 0 | 31 | C0 | 2A | 24 |
| Octal | 65 | 162 | 202 | 73 | 14 | 0 | 61 | 300 | 52 | 44 |
| Binary | 110101 | 1110010 | 10000010 | 111011 | 1100 | 0 | 110001 | 11000000 | 101010 | 100100 |
Color Harmonies of #357282
Complementary color
Monochromatic Colors of #357282
Black with #357282
Text Example
Text Example
White with #357282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357282; }
p { color: rgb(53,114,130); }
H1.HeaderClassName
{
color: #357282;
}
.AnyTagClassName
{
color: #357282;
}
</style>
background-color css
<style>
a { background-color: #357282; }
a { background-color: rgb(53,114,130); }
div.DivClassName
{
background-color: #357282;
}
.BgClassName
{
background-color: #357282;
}
</style>
border-color css
<style>
span { border-color: #357282; }
span { border-color: rgb(53,114,130); }
td.TdClassName
{
border-color: #357282;
}
.TagClassName
{
border-color: #357282;
}
</style>