Shades of Astral #356C89
Tints of Astral #356C89
RGB
CMYK
RGB Variations
Color information
#356C89 (or 0x356C89) is known color: Astral. HEX triplet: 35, 6C and 89. RGB value is (53,108,137). Sum of RGB (Red+Green+Blue) = 53+108+137=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #356C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C89 is #CA9376. Grayscale: #5E5E5E. Windows color (decimal): -13276023 or 9006133. OLE color: 9006133.
HSL color Cylindrical-coordinate representation of color #356C89: hue angle of 200.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356C89 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 108 | 137 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.46 |
| HSL | 200.71º | 0.44% | 0.37% | - |
| HSV(B) | 200.71º | 0.61% | 0.54% | - |
| XYZ | 11.35 | 13.29 | 25.63 | - |
| YUV | 94.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 137 | 0.61 | 0.21 | 0 | 0.46 | 200.71 | 0.44 | 0.37 |
| Hex | 35 | 6C | 89 | 3D | 15 | 0 | 2E | C9 | 2C | 25 |
| Octal | 65 | 154 | 211 | 75 | 25 | 0 | 56 | 311 | 54 | 45 |
| Binary | 110101 | 1101100 | 10001001 | 111101 | 10101 | 0 | 101110 | 11001001 | 101100 | 100101 |
Color Harmonies of #356C89
Complementary color
Monochromatic Colors of #356C89
Black with #356C89
Text Example
Text Example
White with #356C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C89; }
p { color: rgb(53,108,137); }
H1.HeaderClassName
{
color: #356C89;
}
.AnyTagClassName
{
color: #356C89;
}
</style>
background-color css
<style>
a { background-color: #356C89; }
a { background-color: rgb(53,108,137); }
div.DivClassName
{
background-color: #356C89;
}
.BgClassName
{
background-color: #356C89;
}
</style>
border-color css
<style>
span { border-color: #356C89; }
span { border-color: rgb(53,108,137); }
td.TdClassName
{
border-color: #356C89;
}
.TagClassName
{
border-color: #356C89;
}
</style>