Shades of Astral #356C7F
Tints of Astral #356C7F
RGB
CMYK
RGB Variations
Color information
#356C7F (or 0x356C7F) is known color: Astral. HEX triplet: 35, 6C and 7F. RGB value is (53,108,127). Sum of RGB (Red+Green+Blue) = 53+108+127=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #356C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7F is #CA9380. Grayscale: #5D5D5D. Windows color (decimal): -13276033 or 8350773. OLE color: 8350773.
HSL color Cylindrical-coordinate representation of color #356C7F: hue angle of 195.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356C7F is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 108 | 127 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.50 |
| HSL | 195.41º | 0.41% | 0.35% | - |
| HSV(B) | 195.41º | 0.58% | 0.5% | - |
| XYZ | 10.66 | 13.01 | 22.03 | - |
| YUV | 93.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 127 | 0.58 | 0.15 | 0 | 0.50 | 195.41 | 0.41 | 0.35 |
| Hex | 35 | 6C | 7F | 3A | F | 0 | 32 | C3 | 29 | 23 |
| Octal | 65 | 154 | 177 | 72 | 17 | 0 | 62 | 303 | 51 | 43 |
| Binary | 110101 | 1101100 | 1111111 | 111010 | 1111 | 0 | 110010 | 11000011 | 101001 | 100011 |
Color Harmonies of #356C7F
Complementary color
Monochromatic Colors of #356C7F
Black with #356C7F
Text Example
Text Example
White with #356C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C7F; }
p { color: rgb(53,108,127); }
H1.HeaderClassName
{
color: #356C7F;
}
.AnyTagClassName
{
color: #356C7F;
}
</style>
background-color css
<style>
a { background-color: #356C7F; }
a { background-color: rgb(53,108,127); }
div.DivClassName
{
background-color: #356C7F;
}
.BgClassName
{
background-color: #356C7F;
}
</style>
border-color css
<style>
span { border-color: #356C7F; }
span { border-color: rgb(53,108,127); }
td.TdClassName
{
border-color: #356C7F;
}
.TagClassName
{
border-color: #356C7F;
}
</style>