Shades of Astral #366B86
Tints of Astral #366B86
RGB
CMYK
RGB Variations
Color information
#366B86 (or 0x366B86) is known color: Astral. HEX triplet: 36, 6B and 86. RGB value is (54,107,134). Sum of RGB (Red+Green+Blue) = 54+107+134=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #366B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B86 is #C99479. Grayscale: #5E5E5E. Windows color (decimal): -13210746 or 8809270. OLE color: 8809270.
HSL color Cylindrical-coordinate representation of color #366B86: hue angle of 200.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366B86 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 107 | 134 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.47 |
| HSL | 200.25º | 0.43% | 0.37% | - |
| HSV(B) | 200.25º | 0.6% | 0.53% | - |
| XYZ | 11.08 | 13.02 | 24.48 | - |
| YUV | 94.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 134 | 0.60 | 0.20 | 0 | 0.47 | 200.25 | 0.43 | 0.37 |
| Hex | 36 | 6B | 86 | 3C | 14 | 0 | 2F | C8 | 2B | 25 |
| Octal | 66 | 153 | 206 | 74 | 24 | 0 | 57 | 310 | 53 | 45 |
| Binary | 110110 | 1101011 | 10000110 | 111100 | 10100 | 0 | 101111 | 11001000 | 101011 | 100101 |
Color Harmonies of #366B86
Complementary color
Monochromatic Colors of #366B86
Black with #366B86
Text Example
Text Example
White with #366B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B86; }
p { color: rgb(54,107,134); }
H1.HeaderClassName
{
color: #366B86;
}
.AnyTagClassName
{
color: #366B86;
}
</style>
background-color css
<style>
a { background-color: #366B86; }
a { background-color: rgb(54,107,134); }
div.DivClassName
{
background-color: #366B86;
}
.BgClassName
{
background-color: #366B86;
}
</style>
border-color css
<style>
span { border-color: #366B86; }
span { border-color: rgb(54,107,134); }
td.TdClassName
{
border-color: #366B86;
}
.TagClassName
{
border-color: #366B86;
}
</style>