Shades of Astral #366980
Tints of Astral #366980
RGB
CMYK
RGB Variations
Color information
#366980 (or 0x366980) is known color: Astral. HEX triplet: 36, 69 and 80. RGB value is (54,105,128). Sum of RGB (Red+Green+Blue) = 54+105+128=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #366980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366980 is #C9967F. Grayscale: #5C5C5C. Windows color (decimal): -13211264 or 8415542. OLE color: 8415542.
HSL color Cylindrical-coordinate representation of color #366980: hue angle of 198.65º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366980 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 105 | 128 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.50 |
| HSL | 198.65º | 0.41% | 0.36% | - |
| HSV(B) | 198.65º | 0.58% | 0.5% | - |
| XYZ | 10.47 | 12.45 | 22.27 | - |
| YUV | 92.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 128 | 0.58 | 0.18 | 0 | 0.50 | 198.65 | 0.41 | 0.36 |
| Hex | 36 | 69 | 80 | 3A | 12 | 0 | 32 | C7 | 29 | 24 |
| Octal | 66 | 151 | 200 | 72 | 22 | 0 | 62 | 307 | 51 | 44 |
| Binary | 110110 | 1101001 | 10000000 | 111010 | 10010 | 0 | 110010 | 11000111 | 101001 | 100100 |
Color Harmonies of #366980
Complementary color
Monochromatic Colors of #366980
Black with #366980
Text Example
Text Example
White with #366980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366980; }
p { color: rgb(54,105,128); }
H1.HeaderClassName
{
color: #366980;
}
.AnyTagClassName
{
color: #366980;
}
</style>
background-color css
<style>
a { background-color: #366980; }
a { background-color: rgb(54,105,128); }
div.DivClassName
{
background-color: #366980;
}
.BgClassName
{
background-color: #366980;
}
</style>
border-color css
<style>
span { border-color: #366980; }
span { border-color: rgb(54,105,128); }
td.TdClassName
{
border-color: #366980;
}
.TagClassName
{
border-color: #366980;
}
</style>