Shades of Astral #366E82
Tints of Astral #366E82
RGB
CMYK
RGB Variations
Color information
#366E82 (or 0x366E82) is known color: Astral. HEX triplet: 36, 6E and 82. RGB value is (54,110,130). Sum of RGB (Red+Green+Blue) = 54+110+130=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #366E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E82 is #C9917D. Grayscale: #5F5F5F. Windows color (decimal): -13209982 or 8547894. OLE color: 8547894.
HSL color Cylindrical-coordinate representation of color #366E82: hue angle of 195.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366E82 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 110 | 130 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.49 |
| HSL | 195.79º | 0.41% | 0.36% | - |
| HSV(B) | 195.79º | 0.58% | 0.51% | - |
| XYZ | 11.13 | 13.55 | 23.15 | - |
| YUV | 95.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 130 | 0.58 | 0.15 | 0 | 0.49 | 195.79 | 0.41 | 0.36 |
| Hex | 36 | 6E | 82 | 3A | F | 0 | 31 | C4 | 29 | 24 |
| Octal | 66 | 156 | 202 | 72 | 17 | 0 | 61 | 304 | 51 | 44 |
| Binary | 110110 | 1101110 | 10000010 | 111010 | 1111 | 0 | 110001 | 11000100 | 101001 | 100100 |
Color Harmonies of #366E82
Complementary color
Monochromatic Colors of #366E82
Black with #366E82
Text Example
Text Example
White with #366E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E82; }
p { color: rgb(54,110,130); }
H1.HeaderClassName
{
color: #366E82;
}
.AnyTagClassName
{
color: #366E82;
}
</style>
background-color css
<style>
a { background-color: #366E82; }
a { background-color: rgb(54,110,130); }
div.DivClassName
{
background-color: #366E82;
}
.BgClassName
{
background-color: #366E82;
}
</style>
border-color css
<style>
span { border-color: #366E82; }
span { border-color: rgb(54,110,130); }
td.TdClassName
{
border-color: #366E82;
}
.TagClassName
{
border-color: #366E82;
}
</style>