Shades of Astral #356C85
Tints of Astral #356C85
RGB
CMYK
RGB Variations
Color information
#356C85 (or 0x356C85) is known color: Astral. HEX triplet: 35, 6C and 85. RGB value is (53,108,133). Sum of RGB (Red+Green+Blue) = 53+108+133=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #356C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C85 is #CA937A. Grayscale: #5E5E5E. Windows color (decimal): -13276027 or 8743989. OLE color: 8743989.
HSL color Cylindrical-coordinate representation of color #356C85: hue angle of 198.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356C85 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 108 | 133 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.48 |
| HSL | 198.75º | 0.43% | 0.36% | - |
| HSV(B) | 198.75º | 0.6% | 0.52% | - |
| XYZ | 11.06 | 13.18 | 24.15 | - |
| YUV | 94.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 133 | 0.60 | 0.19 | 0 | 0.48 | 198.75 | 0.43 | 0.36 |
| Hex | 35 | 6C | 85 | 3C | 13 | 0 | 30 | C7 | 2B | 24 |
| Octal | 65 | 154 | 205 | 74 | 23 | 0 | 60 | 307 | 53 | 44 |
| Binary | 110101 | 1101100 | 10000101 | 111100 | 10011 | 0 | 110000 | 11000111 | 101011 | 100100 |
Color Harmonies of #356C85
Complementary color
Monochromatic Colors of #356C85
Black with #356C85
Text Example
Text Example
White with #356C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C85; }
p { color: rgb(53,108,133); }
H1.HeaderClassName
{
color: #356C85;
}
.AnyTagClassName
{
color: #356C85;
}
</style>
background-color css
<style>
a { background-color: #356C85; }
a { background-color: rgb(53,108,133); }
div.DivClassName
{
background-color: #356C85;
}
.BgClassName
{
background-color: #356C85;
}
</style>
border-color css
<style>
span { border-color: #356C85; }
span { border-color: rgb(53,108,133); }
td.TdClassName
{
border-color: #356C85;
}
.TagClassName
{
border-color: #356C85;
}
</style>