Shades of Astral #356D83
Tints of Astral #356D83
RGB
CMYK
RGB Variations
Color information
#356D83 (or 0x356D83) is known color: Astral. HEX triplet: 35, 6D and 83. RGB value is (53,109,131). Sum of RGB (Red+Green+Blue) = 53+109+131=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #356D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D83 is #CA927C. Grayscale: #5E5E5E. Windows color (decimal): -13275773 or 8613173. OLE color: 8613173.
HSL color Cylindrical-coordinate representation of color #356D83: hue angle of 196.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356D83 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 109 | 131 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.49 |
| HSL | 196.92º | 0.42% | 0.36% | - |
| HSV(B) | 196.92º | 0.6% | 0.51% | - |
| XYZ | 11.03 | 13.33 | 23.46 | - |
| YUV | 94.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 131 | 0.60 | 0.17 | 0 | 0.49 | 196.92 | 0.42 | 0.36 |
| Hex | 35 | 6D | 83 | 3C | 11 | 0 | 31 | C5 | 2A | 24 |
| Octal | 65 | 155 | 203 | 74 | 21 | 0 | 61 | 305 | 52 | 44 |
| Binary | 110101 | 1101101 | 10000011 | 111100 | 10001 | 0 | 110001 | 11000101 | 101010 | 100100 |
Color Harmonies of #356D83
Complementary color
Monochromatic Colors of #356D83
Black with #356D83
Text Example
Text Example
White with #356D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D83; }
p { color: rgb(53,109,131); }
H1.HeaderClassName
{
color: #356D83;
}
.AnyTagClassName
{
color: #356D83;
}
</style>
background-color css
<style>
a { background-color: #356D83; }
a { background-color: rgb(53,109,131); }
div.DivClassName
{
background-color: #356D83;
}
.BgClassName
{
background-color: #356D83;
}
</style>
border-color css
<style>
span { border-color: #356D83; }
span { border-color: rgb(53,109,131); }
td.TdClassName
{
border-color: #356D83;
}
.TagClassName
{
border-color: #356D83;
}
</style>