Shades of Astral #366685
Tints of Astral #366685
RGB
CMYK
RGB Variations
Color information
#366685 (or 0x366685) is known color: Astral. HEX triplet: 36, 66 and 85. RGB value is (54,102,133). Sum of RGB (Red+Green+Blue) = 54+102+133=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #366685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366685 is #C9997A. Grayscale: #5B5B5B. Windows color (decimal): -13212027 or 8742454. OLE color: 8742454.
HSL color Cylindrical-coordinate representation of color #366685: hue angle of 203.54º 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 #366685 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 102 | 133 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.48 |
| HSL | 203.54º | 0.42% | 0.37% | - |
| HSV(B) | 203.54º | 0.59% | 0.52% | - |
| XYZ | 10.51 | 11.98 | 23.95 | - |
| YUV | 91.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 133 | 0.59 | 0.23 | 0 | 0.48 | 203.54 | 0.42 | 0.37 |
| Hex | 36 | 66 | 85 | 3B | 17 | 0 | 30 | CC | 2A | 25 |
| Octal | 66 | 146 | 205 | 73 | 27 | 0 | 60 | 314 | 52 | 45 |
| Binary | 110110 | 1100110 | 10000101 | 111011 | 10111 | 0 | 110000 | 11001100 | 101010 | 100101 |
Color Harmonies of #366685
Complementary color
Monochromatic Colors of #366685
Black with #366685
Text Example
Text Example
White with #366685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366685; }
p { color: rgb(54,102,133); }
H1.HeaderClassName
{
color: #366685;
}
.AnyTagClassName
{
color: #366685;
}
</style>
background-color css
<style>
a { background-color: #366685; }
a { background-color: rgb(54,102,133); }
div.DivClassName
{
background-color: #366685;
}
.BgClassName
{
background-color: #366685;
}
</style>
border-color css
<style>
span { border-color: #366685; }
span { border-color: rgb(54,102,133); }
td.TdClassName
{
border-color: #366685;
}
.TagClassName
{
border-color: #366685;
}
</style>