Shades of Astral #356F83
Tints of Astral #356F83
RGB
CMYK
RGB Variations
Color information
#356F83 (or 0x356F83) is known color: Astral. HEX triplet: 35, 6F and 83. RGB value is (53,111,131). Sum of RGB (Red+Green+Blue) = 53+111+131=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #356F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F83 is #CA907C. Grayscale: #5F5F5F. Windows color (decimal): -13275261 or 8613685. OLE color: 8613685.
HSL color Cylindrical-coordinate representation of color #356F83: hue angle of 195.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356F83 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 111 | 131 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.49 |
| HSL | 195.38º | 0.42% | 0.36% | - |
| HSV(B) | 195.38º | 0.6% | 0.51% | - |
| XYZ | 11.25 | 13.76 | 23.54 | - |
| YUV | 95.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 131 | 0.60 | 0.15 | 0 | 0.49 | 195.38 | 0.42 | 0.36 |
| Hex | 35 | 6F | 83 | 3C | F | 0 | 31 | C3 | 2A | 24 |
| Octal | 65 | 157 | 203 | 74 | 17 | 0 | 61 | 303 | 52 | 44 |
| Binary | 110101 | 1101111 | 10000011 | 111100 | 1111 | 0 | 110001 | 11000011 | 101010 | 100100 |
Color Harmonies of #356F83
Complementary color
Monochromatic Colors of #356F83
Black with #356F83
Text Example
Text Example
White with #356F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F83; }
p { color: rgb(53,111,131); }
H1.HeaderClassName
{
color: #356F83;
}
.AnyTagClassName
{
color: #356F83;
}
</style>
background-color css
<style>
a { background-color: #356F83; }
a { background-color: rgb(53,111,131); }
div.DivClassName
{
background-color: #356F83;
}
.BgClassName
{
background-color: #356F83;
}
</style>
border-color css
<style>
span { border-color: #356F83; }
span { border-color: rgb(53,111,131); }
td.TdClassName
{
border-color: #356F83;
}
.TagClassName
{
border-color: #356F83;
}
</style>