Shades of Astral #356B7F
Tints of Astral #356B7F
RGB
CMYK
RGB Variations
Color information
#356B7F (or 0x356B7F) is known color: Astral. HEX triplet: 35, 6B and 7F. RGB value is (53,107,127). Sum of RGB (Red+Green+Blue) = 53+107+127=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #356B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B7F is #CA9480. Grayscale: #5D5D5D. Windows color (decimal): -13276289 or 8350517. OLE color: 8350517.
HSL color Cylindrical-coordinate representation of color #356B7F: hue angle of 196.22º 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 #356B7F is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 107 | 127 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.50 |
| HSL | 196.22º | 0.41% | 0.35% | - |
| HSV(B) | 196.22º | 0.58% | 0.5% | - |
| XYZ | 10.56 | 12.8 | 21.99 | - |
| YUV | 93.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 127 | 0.58 | 0.16 | 0 | 0.50 | 196.22 | 0.41 | 0.35 |
| Hex | 35 | 6B | 7F | 3A | 10 | 0 | 32 | C4 | 29 | 23 |
| Octal | 65 | 153 | 177 | 72 | 20 | 0 | 62 | 304 | 51 | 43 |
| Binary | 110101 | 1101011 | 1111111 | 111010 | 10000 | 0 | 110010 | 11000100 | 101001 | 100011 |
Color Harmonies of #356B7F
Complementary color
Monochromatic Colors of #356B7F
Black with #356B7F
Text Example
Text Example
White with #356B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B7F; }
p { color: rgb(53,107,127); }
H1.HeaderClassName
{
color: #356B7F;
}
.AnyTagClassName
{
color: #356B7F;
}
</style>
background-color css
<style>
a { background-color: #356B7F; }
a { background-color: rgb(53,107,127); }
div.DivClassName
{
background-color: #356B7F;
}
.BgClassName
{
background-color: #356B7F;
}
</style>
border-color css
<style>
span { border-color: #356B7F; }
span { border-color: rgb(53,107,127); }
td.TdClassName
{
border-color: #356B7F;
}
.TagClassName
{
border-color: #356B7F;
}
</style>