Shades of Astral #356A85
Tints of Astral #356A85
RGB
CMYK
RGB Variations
Color information
#356A85 (or 0x356A85) is known color: Astral. HEX triplet: 35, 6A and 85. RGB value is (53,106,133). Sum of RGB (Red+Green+Blue) = 53+106+133=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #356A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A85 is #CA957A. Grayscale: #5D5D5D. Windows color (decimal): -13276539 or 8743477. OLE color: 8743477.
HSL color Cylindrical-coordinate representation of color #356A85: hue angle of 200.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356A85 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 106 | 133 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.48 |
| HSL | 200.25º | 0.43% | 0.36% | - |
| HSV(B) | 200.25º | 0.6% | 0.52% | - |
| XYZ | 10.86 | 12.76 | 24.08 | - |
| YUV | 93.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 133 | 0.60 | 0.20 | 0 | 0.48 | 200.25 | 0.43 | 0.36 |
| Hex | 35 | 6A | 85 | 3C | 14 | 0 | 30 | C8 | 2B | 24 |
| Octal | 65 | 152 | 205 | 74 | 24 | 0 | 60 | 310 | 53 | 44 |
| Binary | 110101 | 1101010 | 10000101 | 111100 | 10100 | 0 | 110000 | 11001000 | 101011 | 100100 |
Color Harmonies of #356A85
Complementary color
Monochromatic Colors of #356A85
Black with #356A85
Text Example
Text Example
White with #356A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A85; }
p { color: rgb(53,106,133); }
H1.HeaderClassName
{
color: #356A85;
}
.AnyTagClassName
{
color: #356A85;
}
</style>
background-color css
<style>
a { background-color: #356A85; }
a { background-color: rgb(53,106,133); }
div.DivClassName
{
background-color: #356A85;
}
.BgClassName
{
background-color: #356A85;
}
</style>
border-color css
<style>
span { border-color: #356A85; }
span { border-color: rgb(53,106,133); }
td.TdClassName
{
border-color: #356A85;
}
.TagClassName
{
border-color: #356A85;
}
</style>