Shades of Astral #356E7B
Tints of Astral #356E7B
RGB
CMYK
RGB Variations
Color information
#356E7B (or 0x356E7B) is known color: Astral. HEX triplet: 35, 6E and 7B. RGB value is (53,110,123). Sum of RGB (Red+Green+Blue) = 53+110+123=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #356E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E7B is #CA9184. Grayscale: #5E5E5E. Windows color (decimal): -13275525 or 8089141. OLE color: 8089141.
HSL color Cylindrical-coordinate representation of color #356E7B: hue angle of 191.14º 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 #356E7B is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 110 | 123 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.52 |
| HSL | 191.14º | 0.4% | 0.35% | - |
| HSV(B) | 191.14º | 0.57% | 0.48% | - |
| XYZ | 10.62 | 13.34 | 20.75 | - |
| YUV | 94.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 123 | 0.57 | 0.11 | 0 | 0.52 | 191.14 | 0.4 | 0.35 |
| Hex | 35 | 6E | 7B | 39 | B | 0 | 34 | BF | 28 | 23 |
| Octal | 65 | 156 | 173 | 71 | 13 | 0 | 64 | 277 | 50 | 43 |
| Binary | 110101 | 1101110 | 1111011 | 111001 | 1011 | 0 | 110100 | 10111111 | 101000 | 100011 |
Color Harmonies of #356E7B
Complementary color
Monochromatic Colors of #356E7B
Black with #356E7B
Text Example
Text Example
White with #356E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E7B; }
p { color: rgb(53,110,123); }
H1.HeaderClassName
{
color: #356E7B;
}
.AnyTagClassName
{
color: #356E7B;
}
</style>
background-color css
<style>
a { background-color: #356E7B; }
a { background-color: rgb(53,110,123); }
div.DivClassName
{
background-color: #356E7B;
}
.BgClassName
{
background-color: #356E7B;
}
</style>
border-color css
<style>
span { border-color: #356E7B; }
span { border-color: rgb(53,110,123); }
td.TdClassName
{
border-color: #356E7B;
}
.TagClassName
{
border-color: #356E7B;
}
</style>