Shades of Astral #356F82
Tints of Astral #356F82
RGB
CMYK
RGB Variations
Color information
#356F82 (or 0x356F82) is known color: Astral. HEX triplet: 35, 6F and 82. RGB value is (53,111,130). Sum of RGB (Red+Green+Blue) = 53+111+130=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #356F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F82 is #CA907D. Grayscale: #5F5F5F. Windows color (decimal): -13275262 or 8548149. OLE color: 8548149.
HSL color Cylindrical-coordinate representation of color #356F82: hue angle of 194.81º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356F82 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 111 | 130 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.49 |
| HSL | 194.81º | 0.42% | 0.36% | - |
| HSV(B) | 194.81º | 0.59% | 0.51% | - |
| XYZ | 11.18 | 13.74 | 23.18 | - |
| YUV | 95.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 130 | 0.59 | 0.15 | 0 | 0.49 | 194.81 | 0.42 | 0.36 |
| Hex | 35 | 6F | 82 | 3B | F | 0 | 31 | C3 | 2A | 24 |
| Octal | 65 | 157 | 202 | 73 | 17 | 0 | 61 | 303 | 52 | 44 |
| Binary | 110101 | 1101111 | 10000010 | 111011 | 1111 | 0 | 110001 | 11000011 | 101010 | 100100 |
Color Harmonies of #356F82
Complementary color
Monochromatic Colors of #356F82
Black with #356F82
Text Example
Text Example
White with #356F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F82; }
p { color: rgb(53,111,130); }
H1.HeaderClassName
{
color: #356F82;
}
.AnyTagClassName
{
color: #356F82;
}
</style>
background-color css
<style>
a { background-color: #356F82; }
a { background-color: rgb(53,111,130); }
div.DivClassName
{
background-color: #356F82;
}
.BgClassName
{
background-color: #356F82;
}
</style>
border-color css
<style>
span { border-color: #356F82; }
span { border-color: rgb(53,111,130); }
td.TdClassName
{
border-color: #356F82;
}
.TagClassName
{
border-color: #356F82;
}
</style>