Shades of Astral #366C85
Tints of Astral #366C85
RGB
CMYK
RGB Variations
Color information
#366C85 (or 0x366C85) is known color: Astral. HEX triplet: 36, 6C and 85. RGB value is (54,108,133). Sum of RGB (Red+Green+Blue) = 54+108+133=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #366C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C85 is #C9937A. Grayscale: #5E5E5E. Windows color (decimal): -13210491 or 8743990. OLE color: 8743990.
HSL color Cylindrical-coordinate representation of color #366C85: hue angle of 198.99º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366C85 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 108 | 133 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.48 |
| HSL | 198.99º | 0.42% | 0.37% | - |
| HSV(B) | 198.99º | 0.59% | 0.52% | - |
| XYZ | 11.12 | 13.2 | 24.15 | - |
| YUV | 94.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 133 | 0.59 | 0.19 | 0 | 0.48 | 198.99 | 0.42 | 0.37 |
| Hex | 36 | 6C | 85 | 3B | 13 | 0 | 30 | C7 | 2A | 25 |
| Octal | 66 | 154 | 205 | 73 | 23 | 0 | 60 | 307 | 52 | 45 |
| Binary | 110110 | 1101100 | 10000101 | 111011 | 10011 | 0 | 110000 | 11000111 | 101010 | 100101 |
Color Harmonies of #366C85
Complementary color
Monochromatic Colors of #366C85
Black with #366C85
Text Example
Text Example
White with #366C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C85; }
p { color: rgb(54,108,133); }
H1.HeaderClassName
{
color: #366C85;
}
.AnyTagClassName
{
color: #366C85;
}
</style>
background-color css
<style>
a { background-color: #366C85; }
a { background-color: rgb(54,108,133); }
div.DivClassName
{
background-color: #366C85;
}
.BgClassName
{
background-color: #366C85;
}
</style>
border-color css
<style>
span { border-color: #366C85; }
span { border-color: rgb(54,108,133); }
td.TdClassName
{
border-color: #366C85;
}
.TagClassName
{
border-color: #366C85;
}
</style>