Shades of Astral #356D84
Tints of Astral #356D84
RGB
CMYK
RGB Variations
Color information
#356D84 (or 0x356D84) is known color: Astral. HEX triplet: 35, 6D and 84. RGB value is (53,109,132). Sum of RGB (Red+Green+Blue) = 53+109+132=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #356D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D84 is #CA927B. Grayscale: #5E5E5E. Windows color (decimal): -13275772 or 8678709. OLE color: 8678709.
HSL color Cylindrical-coordinate representation of color #356D84: hue angle of 197.47º 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 #356D84 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 109 | 132 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.48 |
| HSL | 197.47º | 0.43% | 0.36% | - |
| HSV(B) | 197.47º | 0.6% | 0.52% | - |
| XYZ | 11.1 | 13.36 | 23.82 | - |
| YUV | 94.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 132 | 0.60 | 0.17 | 0 | 0.48 | 197.47 | 0.43 | 0.36 |
| Hex | 35 | 6D | 84 | 3C | 11 | 0 | 30 | C5 | 2B | 24 |
| Octal | 65 | 155 | 204 | 74 | 21 | 0 | 60 | 305 | 53 | 44 |
| Binary | 110101 | 1101101 | 10000100 | 111100 | 10001 | 0 | 110000 | 11000101 | 101011 | 100100 |
Color Harmonies of #356D84
Complementary color
Monochromatic Colors of #356D84
Black with #356D84
Text Example
Text Example
White with #356D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D84; }
p { color: rgb(53,109,132); }
H1.HeaderClassName
{
color: #356D84;
}
.AnyTagClassName
{
color: #356D84;
}
</style>
background-color css
<style>
a { background-color: #356D84; }
a { background-color: rgb(53,109,132); }
div.DivClassName
{
background-color: #356D84;
}
.BgClassName
{
background-color: #356D84;
}
</style>
border-color css
<style>
span { border-color: #356D84; }
span { border-color: rgb(53,109,132); }
td.TdClassName
{
border-color: #356D84;
}
.TagClassName
{
border-color: #356D84;
}
</style>