Shades of Astral #356789
Tints of Astral #356789
RGB
CMYK
RGB Variations
Color information
#356789 (or 0x356789) is known color: Astral. HEX triplet: 35, 67 and 89. RGB value is (53,103,137). Sum of RGB (Red+Green+Blue) = 53+103+137=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #356789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356789 is #CA9876. Grayscale: #5B5B5B. Windows color (decimal): -13277303 or 9004853. OLE color: 9004853.
HSL color Cylindrical-coordinate representation of color #356789: hue angle of 204.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356789 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 103 | 137 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.46 |
| HSL | 204.29º | 0.44% | 0.37% | - |
| HSV(B) | 204.29º | 0.61% | 0.54% | - |
| XYZ | 10.83 | 12.26 | 25.46 | - |
| YUV | 91.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 137 | 0.61 | 0.25 | 0 | 0.46 | 204.29 | 0.44 | 0.37 |
| Hex | 35 | 67 | 89 | 3D | 19 | 0 | 2E | CC | 2C | 25 |
| Octal | 65 | 147 | 211 | 75 | 31 | 0 | 56 | 314 | 54 | 45 |
| Binary | 110101 | 1100111 | 10001001 | 111101 | 11001 | 0 | 101110 | 11001100 | 101100 | 100101 |
Color Harmonies of #356789
Complementary color
Monochromatic Colors of #356789
Black with #356789
Text Example
Text Example
White with #356789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356789; }
p { color: rgb(53,103,137); }
H1.HeaderClassName
{
color: #356789;
}
.AnyTagClassName
{
color: #356789;
}
</style>
background-color css
<style>
a { background-color: #356789; }
a { background-color: rgb(53,103,137); }
div.DivClassName
{
background-color: #356789;
}
.BgClassName
{
background-color: #356789;
}
</style>
border-color css
<style>
span { border-color: #356789; }
span { border-color: rgb(53,103,137); }
td.TdClassName
{
border-color: #356789;
}
.TagClassName
{
border-color: #356789;
}
</style>