Shades of Astral #356887
Tints of Astral #356887
RGB
CMYK
RGB Variations
Color information
#356887 (or 0x356887) is known color: Astral. HEX triplet: 35, 68 and 87. RGB value is (53,104,135). Sum of RGB (Red+Green+Blue) = 53+104+135=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #356887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356887 is #CA9778. Grayscale: #5C5C5C. Windows color (decimal): -13277049 or 8874037. OLE color: 8874037.
HSL color Cylindrical-coordinate representation of color #356887: hue angle of 202.68º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356887 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 104 | 135 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.47 |
| HSL | 202.68º | 0.44% | 0.37% | - |
| HSV(B) | 202.68º | 0.61% | 0.53% | - |
| XYZ | 10.79 | 12.41 | 24.75 | - |
| YUV | 92.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 135 | 0.61 | 0.23 | 0 | 0.47 | 202.68 | 0.44 | 0.37 |
| Hex | 35 | 68 | 87 | 3D | 17 | 0 | 2F | CB | 2C | 25 |
| Octal | 65 | 150 | 207 | 75 | 27 | 0 | 57 | 313 | 54 | 45 |
| Binary | 110101 | 1101000 | 10000111 | 111101 | 10111 | 0 | 101111 | 11001011 | 101100 | 100101 |
Color Harmonies of #356887
Complementary color
Monochromatic Colors of #356887
Black with #356887
Text Example
Text Example
White with #356887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356887; }
p { color: rgb(53,104,135); }
H1.HeaderClassName
{
color: #356887;
}
.AnyTagClassName
{
color: #356887;
}
</style>
background-color css
<style>
a { background-color: #356887; }
a { background-color: rgb(53,104,135); }
div.DivClassName
{
background-color: #356887;
}
.BgClassName
{
background-color: #356887;
}
</style>
border-color css
<style>
span { border-color: #356887; }
span { border-color: rgb(53,104,135); }
td.TdClassName
{
border-color: #356887;
}
.TagClassName
{
border-color: #356887;
}
</style>