Shades of Astral #356C8E
Tints of Astral #356C8E
RGB
CMYK
RGB Variations
Color information
#356C8E (or 0x356C8E) is known color: Astral. HEX triplet: 35, 6C and 8E. RGB value is (53,108,142). Sum of RGB (Red+Green+Blue) = 53+108+142=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #356C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C8E is #CA9371. Grayscale: #5F5F5F. Windows color (decimal): -13276018 or 9333813. OLE color: 9333813.
HSL color Cylindrical-coordinate representation of color #356C8E: hue angle of 202.92º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356C8E is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 108 | 142 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.44 |
| HSL | 202.92º | 0.46% | 0.38% | - |
| HSV(B) | 202.92º | 0.63% | 0.56% | - |
| XYZ | 11.71 | 13.44 | 27.57 | - |
| YUV | 95.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 142 | 0.63 | 0.24 | 0 | 0.44 | 202.92 | 0.46 | 0.38 |
| Hex | 35 | 6C | 8E | 3F | 18 | 0 | 2C | CB | 2E | 26 |
| Octal | 65 | 154 | 216 | 77 | 30 | 0 | 54 | 313 | 56 | 46 |
| Binary | 110101 | 1101100 | 10001110 | 111111 | 11000 | 0 | 101100 | 11001011 | 101110 | 100110 |
Color Harmonies of #356C8E
Complementary color
Monochromatic Colors of #356C8E
Black with #356C8E
Text Example
Text Example
White with #356C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C8E; }
p { color: rgb(53,108,142); }
H1.HeaderClassName
{
color: #356C8E;
}
.AnyTagClassName
{
color: #356C8E;
}
</style>
background-color css
<style>
a { background-color: #356C8E; }
a { background-color: rgb(53,108,142); }
div.DivClassName
{
background-color: #356C8E;
}
.BgClassName
{
background-color: #356C8E;
}
</style>
border-color css
<style>
span { border-color: #356C8E; }
span { border-color: rgb(53,108,142); }
td.TdClassName
{
border-color: #356C8E;
}
.TagClassName
{
border-color: #356C8E;
}
</style>