Shades of Astral #366A84
Tints of Astral #366A84
RGB
CMYK
RGB Variations
Color information
#366A84 (or 0x366A84) is known color: Astral. HEX triplet: 36, 6A and 84. RGB value is (54,106,132). Sum of RGB (Red+Green+Blue) = 54+106+132=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #366A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A84 is #C9957B. Grayscale: #5D5D5D. Windows color (decimal): -13211004 or 8677942. OLE color: 8677942.
HSL color Cylindrical-coordinate representation of color #366A84: hue angle of 200º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366A84 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 106 | 132 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.48 |
| HSL | 200º | 0.42% | 0.36% | - |
| HSV(B) | 200º | 0.59% | 0.52% | - |
| XYZ | 10.84 | 12.76 | 23.72 | - |
| YUV | 93.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 132 | 0.59 | 0.20 | 0 | 0.48 | 200 | 0.42 | 0.36 |
| Hex | 36 | 6A | 84 | 3B | 14 | 0 | 30 | C8 | 2A | 24 |
| Octal | 66 | 152 | 204 | 73 | 24 | 0 | 60 | 310 | 52 | 44 |
| Binary | 110110 | 1101010 | 10000100 | 111011 | 10100 | 0 | 110000 | 11001000 | 101010 | 100100 |
Color Harmonies of #366A84
Complementary color
Monochromatic Colors of #366A84
Black with #366A84
Text Example
Text Example
White with #366A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A84; }
p { color: rgb(54,106,132); }
H1.HeaderClassName
{
color: #366A84;
}
.AnyTagClassName
{
color: #366A84;
}
</style>
background-color css
<style>
a { background-color: #366A84; }
a { background-color: rgb(54,106,132); }
div.DivClassName
{
background-color: #366A84;
}
.BgClassName
{
background-color: #366A84;
}
</style>
border-color css
<style>
span { border-color: #366A84; }
span { border-color: rgb(54,106,132); }
td.TdClassName
{
border-color: #366A84;
}
.TagClassName
{
border-color: #366A84;
}
</style>