Shades of Astral #356C7A
Tints of Astral #356C7A
RGB
CMYK
RGB Variations
Color information
#356C7A (or 0x356C7A) is known color: Astral. HEX triplet: 35, 6C and 7A. RGB value is (53,108,122). Sum of RGB (Red+Green+Blue) = 53+108+122=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #356C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7A is #CA9385. Grayscale: #5D5D5D. Windows color (decimal): -13276038 or 8023093. OLE color: 8023093.
HSL color Cylindrical-coordinate representation of color #356C7A: hue angle of 192.17º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356C7A is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 108 | 122 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.52 |
| HSL | 192.17º | 0.39% | 0.34% | - |
| HSV(B) | 192.17º | 0.57% | 0.48% | - |
| XYZ | 10.34 | 12.89 | 20.35 | - |
| YUV | 93.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 122 | 0.57 | 0.11 | 0 | 0.52 | 192.17 | 0.39 | 0.34 |
| Hex | 35 | 6C | 7A | 39 | B | 0 | 34 | C0 | 27 | 22 |
| Octal | 65 | 154 | 172 | 71 | 13 | 0 | 64 | 300 | 47 | 42 |
| Binary | 110101 | 1101100 | 1111010 | 111001 | 1011 | 0 | 110100 | 11000000 | 100111 | 100010 |
Color Harmonies of #356C7A
Complementary color
Monochromatic Colors of #356C7A
Black with #356C7A
Text Example
Text Example
White with #356C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C7A; }
p { color: rgb(53,108,122); }
H1.HeaderClassName
{
color: #356C7A;
}
.AnyTagClassName
{
color: #356C7A;
}
</style>
background-color css
<style>
a { background-color: #356C7A; }
a { background-color: rgb(53,108,122); }
div.DivClassName
{
background-color: #356C7A;
}
.BgClassName
{
background-color: #356C7A;
}
</style>
border-color css
<style>
span { border-color: #356C7A; }
span { border-color: rgb(53,108,122); }
td.TdClassName
{
border-color: #356C7A;
}
.TagClassName
{
border-color: #356C7A;
}
</style>