Shades of Astral #356A86
Tints of Astral #356A86
RGB
CMYK
RGB Variations
Color information
#356A86 (or 0x356A86) is known color: Astral. HEX triplet: 35, 6A and 86. RGB value is (53,106,134). Sum of RGB (Red+Green+Blue) = 53+106+134=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #356A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A86 is #CA9579. Grayscale: #5D5D5D. Windows color (decimal): -13276538 or 8809013. OLE color: 8809013.
HSL color Cylindrical-coordinate representation of color #356A86: hue angle of 200.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356A86 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 106 | 134 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.47 |
| HSL | 200.74º | 0.43% | 0.37% | - |
| HSV(B) | 200.74º | 0.6% | 0.53% | - |
| XYZ | 10.93 | 12.79 | 24.45 | - |
| YUV | 93.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 134 | 0.60 | 0.21 | 0 | 0.47 | 200.74 | 0.43 | 0.37 |
| Hex | 35 | 6A | 86 | 3C | 15 | 0 | 2F | C9 | 2B | 25 |
| Octal | 65 | 152 | 206 | 74 | 25 | 0 | 57 | 311 | 53 | 45 |
| Binary | 110101 | 1101010 | 10000110 | 111100 | 10101 | 0 | 101111 | 11001001 | 101011 | 100101 |
Color Harmonies of #356A86
Complementary color
Monochromatic Colors of #356A86
Black with #356A86
Text Example
Text Example
White with #356A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A86; }
p { color: rgb(53,106,134); }
H1.HeaderClassName
{
color: #356A86;
}
.AnyTagClassName
{
color: #356A86;
}
</style>
background-color css
<style>
a { background-color: #356A86; }
a { background-color: rgb(53,106,134); }
div.DivClassName
{
background-color: #356A86;
}
.BgClassName
{
background-color: #356A86;
}
</style>
border-color css
<style>
span { border-color: #356A86; }
span { border-color: rgb(53,106,134); }
td.TdClassName
{
border-color: #356A86;
}
.TagClassName
{
border-color: #356A86;
}
</style>