Shades of Astral #366983
Tints of Astral #366983
RGB
CMYK
RGB Variations
Color information
#366983 (or 0x366983) is known color: Astral. HEX triplet: 36, 69 and 83. RGB value is (54,105,131). Sum of RGB (Red+Green+Blue) = 54+105+131=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #366983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366983 is #C9967C. Grayscale: #5C5C5C. Windows color (decimal): -13211261 or 8612150. OLE color: 8612150.
HSL color Cylindrical-coordinate representation of color #366983: hue angle of 200.26º 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 #366983 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 105 | 131 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.49 |
| HSL | 200.26º | 0.42% | 0.36% | - |
| HSV(B) | 200.26º | 0.59% | 0.51% | - |
| XYZ | 10.67 | 12.53 | 23.33 | - |
| YUV | 92.72 | 149.6 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 131 | 0.59 | 0.20 | 0 | 0.49 | 200.26 | 0.42 | 0.36 |
| Hex | 36 | 69 | 83 | 3B | 14 | 0 | 31 | C8 | 2A | 24 |
| Octal | 66 | 151 | 203 | 73 | 24 | 0 | 61 | 310 | 52 | 44 |
| Binary | 110110 | 1101001 | 10000011 | 111011 | 10100 | 0 | 110001 | 11001000 | 101010 | 100100 |
Color Harmonies of #366983
Complementary color
Monochromatic Colors of #366983
Black with #366983
Text Example
Text Example
White with #366983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366983; }
p { color: rgb(54,105,131); }
H1.HeaderClassName
{
color: #366983;
}
.AnyTagClassName
{
color: #366983;
}
</style>
background-color css
<style>
a { background-color: #366983; }
a { background-color: rgb(54,105,131); }
div.DivClassName
{
background-color: #366983;
}
.BgClassName
{
background-color: #366983;
}
</style>
border-color css
<style>
span { border-color: #366983; }
span { border-color: rgb(54,105,131); }
td.TdClassName
{
border-color: #366983;
}
.TagClassName
{
border-color: #366983;
}
</style>