Shades of Astral #356B7B
Tints of Astral #356B7B
RGB
CMYK
RGB Variations
Color information
#356B7B (or 0x356B7B) is known color: Astral. HEX triplet: 35, 6B and 7B. RGB value is (53,107,123). Sum of RGB (Red+Green+Blue) = 53+107+123=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #356B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B7B is #CA9484. Grayscale: #5C5C5C. Windows color (decimal): -13276293 or 8088373. OLE color: 8088373.
HSL color Cylindrical-coordinate representation of color #356B7B: hue angle of 193.71º 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 #356B7B is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 107 | 123 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.52 |
| HSL | 193.71º | 0.4% | 0.35% | - |
| HSV(B) | 193.71º | 0.57% | 0.48% | - |
| XYZ | 10.3 | 12.7 | 20.65 | - |
| YUV | 92.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 123 | 0.57 | 0.13 | 0 | 0.52 | 193.71 | 0.4 | 0.35 |
| Hex | 35 | 6B | 7B | 39 | D | 0 | 34 | C2 | 28 | 23 |
| Octal | 65 | 153 | 173 | 71 | 15 | 0 | 64 | 302 | 50 | 43 |
| Binary | 110101 | 1101011 | 1111011 | 111001 | 1101 | 0 | 110100 | 11000010 | 101000 | 100011 |
Color Harmonies of #356B7B
Complementary color
Monochromatic Colors of #356B7B
Black with #356B7B
Text Example
Text Example
White with #356B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B7B; }
p { color: rgb(53,107,123); }
H1.HeaderClassName
{
color: #356B7B;
}
.AnyTagClassName
{
color: #356B7B;
}
</style>
background-color css
<style>
a { background-color: #356B7B; }
a { background-color: rgb(53,107,123); }
div.DivClassName
{
background-color: #356B7B;
}
.BgClassName
{
background-color: #356B7B;
}
</style>
border-color css
<style>
span { border-color: #356B7B; }
span { border-color: rgb(53,107,123); }
td.TdClassName
{
border-color: #356B7B;
}
.TagClassName
{
border-color: #356B7B;
}
</style>