Shades of Astral #366A87
Tints of Astral #366A87
RGB
CMYK
RGB Variations
Color information
#366A87 (or 0x366A87) is known color: Astral. HEX triplet: 36, 6A and 87. RGB value is (54,106,135). Sum of RGB (Red+Green+Blue) = 54+106+135=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #366A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A87 is #C99578. Grayscale: #5D5D5D. Windows color (decimal): -13211001 or 8874550. OLE color: 8874550.
HSL color Cylindrical-coordinate representation of color #366A87: hue angle of 201.48º 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 #366A87 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 106 | 135 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.47 |
| HSL | 201.48º | 0.43% | 0.37% | - |
| HSV(B) | 201.48º | 0.6% | 0.53% | - |
| XYZ | 11.05 | 12.84 | 24.82 | - |
| YUV | 93.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 135 | 0.60 | 0.21 | 0 | 0.47 | 201.48 | 0.43 | 0.37 |
| Hex | 36 | 6A | 87 | 3C | 15 | 0 | 2F | C9 | 2B | 25 |
| Octal | 66 | 152 | 207 | 74 | 25 | 0 | 57 | 311 | 53 | 45 |
| Binary | 110110 | 1101010 | 10000111 | 111100 | 10101 | 0 | 101111 | 11001001 | 101011 | 100101 |
Color Harmonies of #366A87
Complementary color
Monochromatic Colors of #366A87
Black with #366A87
Text Example
Text Example
White with #366A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A87; }
p { color: rgb(54,106,135); }
H1.HeaderClassName
{
color: #366A87;
}
.AnyTagClassName
{
color: #366A87;
}
</style>
background-color css
<style>
a { background-color: #366A87; }
a { background-color: rgb(54,106,135); }
div.DivClassName
{
background-color: #366A87;
}
.BgClassName
{
background-color: #366A87;
}
</style>
border-color css
<style>
span { border-color: #366A87; }
span { border-color: rgb(54,106,135); }
td.TdClassName
{
border-color: #366A87;
}
.TagClassName
{
border-color: #366A87;
}
</style>