Shades of Astral #356D85
Tints of Astral #356D85
RGB
CMYK
RGB Variations
Color information
#356D85 (or 0x356D85) is known color: Astral. HEX triplet: 35, 6D and 85. RGB value is (53,109,133). Sum of RGB (Red+Green+Blue) = 53+109+133=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #356D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D85 is #CA927A. Grayscale: #5E5E5E. Windows color (decimal): -13275771 or 8744245. OLE color: 8744245.
HSL color Cylindrical-coordinate representation of color #356D85: hue angle of 198º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356D85 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 109 | 133 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.48 |
| HSL | 198º | 0.43% | 0.36% | - |
| HSV(B) | 198º | 0.6% | 0.52% | - |
| XYZ | 11.17 | 13.39 | 24.19 | - |
| YUV | 94.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 133 | 0.60 | 0.18 | 0 | 0.48 | 198 | 0.43 | 0.36 |
| Hex | 35 | 6D | 85 | 3C | 12 | 0 | 30 | C6 | 2B | 24 |
| Octal | 65 | 155 | 205 | 74 | 22 | 0 | 60 | 306 | 53 | 44 |
| Binary | 110101 | 1101101 | 10000101 | 111100 | 10010 | 0 | 110000 | 11000110 | 101011 | 100100 |
Color Harmonies of #356D85
Complementary color
Monochromatic Colors of #356D85
Black with #356D85
Text Example
Text Example
White with #356D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D85; }
p { color: rgb(53,109,133); }
H1.HeaderClassName
{
color: #356D85;
}
.AnyTagClassName
{
color: #356D85;
}
</style>
background-color css
<style>
a { background-color: #356D85; }
a { background-color: rgb(53,109,133); }
div.DivClassName
{
background-color: #356D85;
}
.BgClassName
{
background-color: #356D85;
}
</style>
border-color css
<style>
span { border-color: #356D85; }
span { border-color: rgb(53,109,133); }
td.TdClassName
{
border-color: #356D85;
}
.TagClassName
{
border-color: #356D85;
}
</style>