Shades of Astral #366A89
Tints of Astral #366A89
RGB
CMYK
RGB Variations
Color information
#366A89 (or 0x366A89) is known color: Astral. HEX triplet: 36, 6A and 89. RGB value is (54,106,137). Sum of RGB (Red+Green+Blue) = 54+106+137=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #366A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A89 is #C99576. Grayscale: #5D5D5D. Windows color (decimal): -13210999 or 9005622. OLE color: 9005622.
HSL color Cylindrical-coordinate representation of color #366A89: hue angle of 202.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366A89 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 106 | 137 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.46 |
| HSL | 202.41º | 0.43% | 0.37% | - |
| HSV(B) | 202.41º | 0.61% | 0.54% | - |
| XYZ | 11.19 | 12.9 | 25.57 | - |
| YUV | 93.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 137 | 0.61 | 0.23 | 0 | 0.46 | 202.41 | 0.43 | 0.37 |
| Hex | 36 | 6A | 89 | 3D | 17 | 0 | 2E | CA | 2B | 25 |
| Octal | 66 | 152 | 211 | 75 | 27 | 0 | 56 | 312 | 53 | 45 |
| Binary | 110110 | 1101010 | 10001001 | 111101 | 10111 | 0 | 101110 | 11001010 | 101011 | 100101 |
Color Harmonies of #366A89
Complementary color
Monochromatic Colors of #366A89
Black with #366A89
Text Example
Text Example
White with #366A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A89; }
p { color: rgb(54,106,137); }
H1.HeaderClassName
{
color: #366A89;
}
.AnyTagClassName
{
color: #366A89;
}
</style>
background-color css
<style>
a { background-color: #366A89; }
a { background-color: rgb(54,106,137); }
div.DivClassName
{
background-color: #366A89;
}
.BgClassName
{
background-color: #366A89;
}
</style>
border-color css
<style>
span { border-color: #366A89; }
span { border-color: rgb(54,106,137); }
td.TdClassName
{
border-color: #366A89;
}
.TagClassName
{
border-color: #366A89;
}
</style>