Shades of Astral #356C7B
Tints of Astral #356C7B
RGB
CMYK
RGB Variations
Color information
#356C7B (or 0x356C7B) is known color: Astral. HEX triplet: 35, 6C and 7B. RGB value is (53,108,123). Sum of RGB (Red+Green+Blue) = 53+108+123=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #356C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7B is #CA9384. Grayscale: #5D5D5D. Windows color (decimal): -13276037 or 8088629. OLE color: 8088629.
HSL color Cylindrical-coordinate representation of color #356C7B: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356C7B is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 108 | 123 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.52 |
| HSL | 192.86º | 0.4% | 0.35% | - |
| HSV(B) | 192.86º | 0.57% | 0.48% | - |
| XYZ | 10.41 | 12.91 | 20.68 | - |
| YUV | 93.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 123 | 0.57 | 0.12 | 0 | 0.52 | 192.86 | 0.4 | 0.35 |
| Hex | 35 | 6C | 7B | 39 | C | 0 | 34 | C1 | 28 | 23 |
| Octal | 65 | 154 | 173 | 71 | 14 | 0 | 64 | 301 | 50 | 43 |
| Binary | 110101 | 1101100 | 1111011 | 111001 | 1100 | 0 | 110100 | 11000001 | 101000 | 100011 |
Color Harmonies of #356C7B
Complementary color
Monochromatic Colors of #356C7B
Black with #356C7B
Text Example
Text Example
White with #356C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C7B; }
p { color: rgb(53,108,123); }
H1.HeaderClassName
{
color: #356C7B;
}
.AnyTagClassName
{
color: #356C7B;
}
</style>
background-color css
<style>
a { background-color: #356C7B; }
a { background-color: rgb(53,108,123); }
div.DivClassName
{
background-color: #356C7B;
}
.BgClassName
{
background-color: #356C7B;
}
</style>
border-color css
<style>
span { border-color: #356C7B; }
span { border-color: rgb(53,108,123); }
td.TdClassName
{
border-color: #356C7B;
}
.TagClassName
{
border-color: #356C7B;
}
</style>