Shades of Astral #356890
Tints of Astral #356890
RGB
CMYK
RGB Variations
Color information
#356890 (or 0x356890) is known color: Astral. HEX triplet: 35, 68 and 90. RGB value is (53,104,144). Sum of RGB (Red+Green+Blue) = 53+104+144=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #356890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356890 is #CA976F. Grayscale: #5D5D5D. Windows color (decimal): -13277040 or 9463861. OLE color: 9463861.
HSL color Cylindrical-coordinate representation of color #356890: hue angle of 206.37º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356890 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 104 | 144 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.44 |
| HSL | 206.37º | 0.46% | 0.39% | - |
| HSV(B) | 206.37º | 0.63% | 0.56% | - |
| XYZ | 11.45 | 12.67 | 28.23 | - |
| YUV | 93.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 144 | 0.63 | 0.28 | 0 | 0.44 | 206.37 | 0.46 | 0.39 |
| Hex | 35 | 68 | 90 | 3F | 1C | 0 | 2C | CE | 2E | 27 |
| Octal | 65 | 150 | 220 | 77 | 34 | 0 | 54 | 316 | 56 | 47 |
| Binary | 110101 | 1101000 | 10010000 | 111111 | 11100 | 0 | 101100 | 11001110 | 101110 | 100111 |
Color Harmonies of #356890
Complementary color
Monochromatic Colors of #356890
Black with #356890
Text Example
Text Example
White with #356890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356890; }
p { color: rgb(53,104,144); }
H1.HeaderClassName
{
color: #356890;
}
.AnyTagClassName
{
color: #356890;
}
</style>
background-color css
<style>
a { background-color: #356890; }
a { background-color: rgb(53,104,144); }
div.DivClassName
{
background-color: #356890;
}
.BgClassName
{
background-color: #356890;
}
</style>
border-color css
<style>
span { border-color: #356890; }
span { border-color: rgb(53,104,144); }
td.TdClassName
{
border-color: #356890;
}
.TagClassName
{
border-color: #356890;
}
</style>