Shades of Astral #356D90
Tints of Astral #356D90
RGB
CMYK
RGB Variations
Color information
#356D90 (or 0x356D90) is known color: Astral. HEX triplet: 35, 6D and 90. RGB value is (53,109,144). Sum of RGB (Red+Green+Blue) = 53+109+144=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #356D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D90 is #CA926F. Grayscale: #606060. Windows color (decimal): -13275760 or 9465141. OLE color: 9465141.
HSL color Cylindrical-coordinate representation of color #356D90: hue angle of 203.08º 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 #356D90 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 109 | 144 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.44 |
| HSL | 203.08º | 0.46% | 0.39% | - |
| HSV(B) | 203.08º | 0.63% | 0.56% | - |
| XYZ | 11.97 | 13.71 | 28.4 | - |
| YUV | 96.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 144 | 0.63 | 0.24 | 0 | 0.44 | 203.08 | 0.46 | 0.39 |
| Hex | 35 | 6D | 90 | 3F | 18 | 0 | 2C | CB | 2E | 27 |
| Octal | 65 | 155 | 220 | 77 | 30 | 0 | 54 | 313 | 56 | 47 |
| Binary | 110101 | 1101101 | 10010000 | 111111 | 11000 | 0 | 101100 | 11001011 | 101110 | 100111 |
Color Harmonies of #356D90
Complementary color
Monochromatic Colors of #356D90
Black with #356D90
Text Example
Text Example
White with #356D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D90; }
p { color: rgb(53,109,144); }
H1.HeaderClassName
{
color: #356D90;
}
.AnyTagClassName
{
color: #356D90;
}
</style>
background-color css
<style>
a { background-color: #356D90; }
a { background-color: rgb(53,109,144); }
div.DivClassName
{
background-color: #356D90;
}
.BgClassName
{
background-color: #356D90;
}
</style>
border-color css
<style>
span { border-color: #356D90; }
span { border-color: rgb(53,109,144); }
td.TdClassName
{
border-color: #356D90;
}
.TagClassName
{
border-color: #356D90;
}
</style>