Shades of Astral #357182
Tints of Astral #357182
RGB
CMYK
RGB Variations
Color information
#357182 (or 0x357182) is known color: Astral. HEX triplet: 35, 71 and 82. RGB value is (53,113,130). Sum of RGB (Red+Green+Blue) = 53+113+130=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #357182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357182 is #CA8E7D. Grayscale: #606060. Windows color (decimal): -13274750 or 8548661. OLE color: 8548661.
HSL color Cylindrical-coordinate representation of color #357182: hue angle of 193.25º 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 #357182 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 113 | 130 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.49 |
| HSL | 193.25º | 0.42% | 0.36% | - |
| HSV(B) | 193.25º | 0.59% | 0.51% | - |
| XYZ | 11.4 | 14.18 | 23.25 | - |
| YUV | 97 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 130 | 0.59 | 0.13 | 0 | 0.49 | 193.25 | 0.42 | 0.36 |
| Hex | 35 | 71 | 82 | 3B | D | 0 | 31 | C1 | 2A | 24 |
| Octal | 65 | 161 | 202 | 73 | 15 | 0 | 61 | 301 | 52 | 44 |
| Binary | 110101 | 1110001 | 10000010 | 111011 | 1101 | 0 | 110001 | 11000001 | 101010 | 100100 |
Color Harmonies of #357182
Complementary color
Monochromatic Colors of #357182
Black with #357182
Text Example
Text Example
White with #357182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357182; }
p { color: rgb(53,113,130); }
H1.HeaderClassName
{
color: #357182;
}
.AnyTagClassName
{
color: #357182;
}
</style>
background-color css
<style>
a { background-color: #357182; }
a { background-color: rgb(53,113,130); }
div.DivClassName
{
background-color: #357182;
}
.BgClassName
{
background-color: #357182;
}
</style>
border-color css
<style>
span { border-color: #357182; }
span { border-color: rgb(53,113,130); }
td.TdClassName
{
border-color: #357182;
}
.TagClassName
{
border-color: #357182;
}
</style>