Shades of Astral #356B80
Tints of Astral #356B80
RGB
CMYK
RGB Variations
Color information
#356B80 (or 0x356B80) is known color: Astral. HEX triplet: 35, 6B and 80. RGB value is (53,107,128). Sum of RGB (Red+Green+Blue) = 53+107+128=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #356B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B80 is #CA947F. Grayscale: #5D5D5D. Windows color (decimal): -13276288 or 8416053. OLE color: 8416053.
HSL color Cylindrical-coordinate representation of color #356B80: hue angle of 196.8º 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 #356B80 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 107 | 128 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.50 |
| HSL | 196.8º | 0.41% | 0.35% | - |
| HSV(B) | 196.8º | 0.59% | 0.5% | - |
| XYZ | 10.62 | 12.83 | 22.34 | - |
| YUV | 93.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 128 | 0.59 | 0.16 | 0 | 0.50 | 196.8 | 0.41 | 0.35 |
| Hex | 35 | 6B | 80 | 3B | 10 | 0 | 32 | C5 | 29 | 23 |
| Octal | 65 | 153 | 200 | 73 | 20 | 0 | 62 | 305 | 51 | 43 |
| Binary | 110101 | 1101011 | 10000000 | 111011 | 10000 | 0 | 110010 | 11000101 | 101001 | 100011 |
Color Harmonies of #356B80
Complementary color
Monochromatic Colors of #356B80
Black with #356B80
Text Example
Text Example
White with #356B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B80; }
p { color: rgb(53,107,128); }
H1.HeaderClassName
{
color: #356B80;
}
.AnyTagClassName
{
color: #356B80;
}
</style>
background-color css
<style>
a { background-color: #356B80; }
a { background-color: rgb(53,107,128); }
div.DivClassName
{
background-color: #356B80;
}
.BgClassName
{
background-color: #356B80;
}
</style>
border-color css
<style>
span { border-color: #356B80; }
span { border-color: rgb(53,107,128); }
td.TdClassName
{
border-color: #356B80;
}
.TagClassName
{
border-color: #356B80;
}
</style>