Shades of Astral #356991
Tints of Astral #356991
RGB
CMYK
RGB Variations
Color information
#356991 (or 0x356991) is known color: Astral. HEX triplet: 35, 69 and 91. RGB value is (53,105,145). Sum of RGB (Red+Green+Blue) = 53+105+145=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #356991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356991 is #CA966E. Grayscale: #5D5D5D. Windows color (decimal): -13276783 or 9529653. OLE color: 9529653.
HSL color Cylindrical-coordinate representation of color #356991: hue angle of 206.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356991 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 105 | 145 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.43 |
| HSL | 206.09º | 0.46% | 0.39% | - |
| HSV(B) | 206.09º | 0.63% | 0.57% | - |
| XYZ | 11.63 | 12.9 | 28.67 | - |
| YUV | 94.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 145 | 0.63 | 0.28 | 0 | 0.43 | 206.09 | 0.46 | 0.39 |
| Hex | 35 | 69 | 91 | 3F | 1C | 0 | 2B | CE | 2E | 27 |
| Octal | 65 | 151 | 221 | 77 | 34 | 0 | 53 | 316 | 56 | 47 |
| Binary | 110101 | 1101001 | 10010001 | 111111 | 11100 | 0 | 101011 | 11001110 | 101110 | 100111 |
Color Harmonies of #356991
Complementary color
Monochromatic Colors of #356991
Black with #356991
Text Example
Text Example
White with #356991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356991; }
p { color: rgb(53,105,145); }
H1.HeaderClassName
{
color: #356991;
}
.AnyTagClassName
{
color: #356991;
}
</style>
background-color css
<style>
a { background-color: #356991; }
a { background-color: rgb(53,105,145); }
div.DivClassName
{
background-color: #356991;
}
.BgClassName
{
background-color: #356991;
}
</style>
border-color css
<style>
span { border-color: #356991; }
span { border-color: rgb(53,105,145); }
td.TdClassName
{
border-color: #356991;
}
.TagClassName
{
border-color: #356991;
}
</style>