Shades of Astral #356F80
Tints of Astral #356F80
RGB
CMYK
RGB Variations
Color information
#356F80 (or 0x356F80) is known color: Astral. HEX triplet: 35, 6F and 80. RGB value is (53,111,128). Sum of RGB (Red+Green+Blue) = 53+111+128=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #356F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F80 is #CA907F. Grayscale: #5F5F5F. Windows color (decimal): -13275264 or 8417077. OLE color: 8417077.
HSL color Cylindrical-coordinate representation of color #356F80: hue angle of 193.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356F80 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 111 | 128 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.50 |
| HSL | 193.6º | 0.41% | 0.35% | - |
| HSV(B) | 193.6º | 0.59% | 0.5% | - |
| XYZ | 11.05 | 13.68 | 22.48 | - |
| YUV | 95.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 128 | 0.59 | 0.13 | 0 | 0.50 | 193.6 | 0.41 | 0.35 |
| Hex | 35 | 6F | 80 | 3B | D | 0 | 32 | C2 | 29 | 23 |
| Octal | 65 | 157 | 200 | 73 | 15 | 0 | 62 | 302 | 51 | 43 |
| Binary | 110101 | 1101111 | 10000000 | 111011 | 1101 | 0 | 110010 | 11000010 | 101001 | 100011 |
Color Harmonies of #356F80
Complementary color
Monochromatic Colors of #356F80
Black with #356F80
Text Example
Text Example
White with #356F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F80; }
p { color: rgb(53,111,128); }
H1.HeaderClassName
{
color: #356F80;
}
.AnyTagClassName
{
color: #356F80;
}
</style>
background-color css
<style>
a { background-color: #356F80; }
a { background-color: rgb(53,111,128); }
div.DivClassName
{
background-color: #356F80;
}
.BgClassName
{
background-color: #356F80;
}
</style>
border-color css
<style>
span { border-color: #356F80; }
span { border-color: rgb(53,111,128); }
td.TdClassName
{
border-color: #356F80;
}
.TagClassName
{
border-color: #356F80;
}
</style>