Shades of Astral #356683
Tints of Astral #356683
RGB
CMYK
RGB Variations
Color information
#356683 (or 0x356683) is known color: Astral. HEX triplet: 35, 66 and 83. RGB value is (53,102,131). Sum of RGB (Red+Green+Blue) = 53+102+131=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #356683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356683 is #CA997C. Grayscale: #5A5A5A. Windows color (decimal): -13277565 or 8611381. OLE color: 8611381.
HSL color Cylindrical-coordinate representation of color #356683: hue angle of 202.31º 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 #356683 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 102 | 131 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.49 |
| HSL | 202.31º | 0.42% | 0.36% | - |
| HSV(B) | 202.31º | 0.6% | 0.51% | - |
| XYZ | 10.32 | 11.9 | 23.23 | - |
| YUV | 90.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 131 | 0.60 | 0.22 | 0 | 0.49 | 202.31 | 0.42 | 0.36 |
| Hex | 35 | 66 | 83 | 3C | 16 | 0 | 31 | CA | 2A | 24 |
| Octal | 65 | 146 | 203 | 74 | 26 | 0 | 61 | 312 | 52 | 44 |
| Binary | 110101 | 1100110 | 10000011 | 111100 | 10110 | 0 | 110001 | 11001010 | 101010 | 100100 |
Color Harmonies of #356683
Complementary color
Monochromatic Colors of #356683
Black with #356683
Text Example
Text Example
White with #356683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356683; }
p { color: rgb(53,102,131); }
H1.HeaderClassName
{
color: #356683;
}
.AnyTagClassName
{
color: #356683;
}
</style>
background-color css
<style>
a { background-color: #356683; }
a { background-color: rgb(53,102,131); }
div.DivClassName
{
background-color: #356683;
}
.BgClassName
{
background-color: #356683;
}
</style>
border-color css
<style>
span { border-color: #356683; }
span { border-color: rgb(53,102,131); }
td.TdClassName
{
border-color: #356683;
}
.TagClassName
{
border-color: #356683;
}
</style>