Shades of Astral #366981
Tints of Astral #366981
RGB
CMYK
RGB Variations
Color information
#366981 (or 0x366981) is known color: Astral. HEX triplet: 36, 69 and 81. RGB value is (54,105,129). Sum of RGB (Red+Green+Blue) = 54+105+129=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #366981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366981 is #C9967E. Grayscale: #5C5C5C. Windows color (decimal): -13211263 or 8481078. OLE color: 8481078.
HSL color Cylindrical-coordinate representation of color #366981: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366981 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 105 | 129 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.49 |
| HSL | 199.2º | 0.41% | 0.36% | - |
| HSV(B) | 199.2º | 0.58% | 0.51% | - |
| XYZ | 10.54 | 12.47 | 22.62 | - |
| YUV | 92.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 129 | 0.58 | 0.19 | 0 | 0.49 | 199.2 | 0.41 | 0.36 |
| Hex | 36 | 69 | 81 | 3A | 13 | 0 | 31 | C7 | 29 | 24 |
| Octal | 66 | 151 | 201 | 72 | 23 | 0 | 61 | 307 | 51 | 44 |
| Binary | 110110 | 1101001 | 10000001 | 111010 | 10011 | 0 | 110001 | 11000111 | 101001 | 100100 |
Color Harmonies of #366981
Complementary color
Monochromatic Colors of #366981
Black with #366981
Text Example
Text Example
White with #366981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366981; }
p { color: rgb(54,105,129); }
H1.HeaderClassName
{
color: #366981;
}
.AnyTagClassName
{
color: #366981;
}
</style>
background-color css
<style>
a { background-color: #366981; }
a { background-color: rgb(54,105,129); }
div.DivClassName
{
background-color: #366981;
}
.BgClassName
{
background-color: #366981;
}
</style>
border-color css
<style>
span { border-color: #366981; }
span { border-color: rgb(54,105,129); }
td.TdClassName
{
border-color: #366981;
}
.TagClassName
{
border-color: #366981;
}
</style>