Shades of Astral #366682
Tints of Astral #366682
RGB
CMYK
RGB Variations
Color information
#366682 (or 0x366682) is known color: Astral. HEX triplet: 36, 66 and 82. RGB value is (54,102,130). Sum of RGB (Red+Green+Blue) = 54+102+130=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #366682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366682 is #C9997D. Grayscale: #5A5A5A. Windows color (decimal): -13212030 or 8545846. OLE color: 8545846.
HSL color Cylindrical-coordinate representation of color #366682: hue angle of 202.11º 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 #366682 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 102 | 130 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.49 |
| HSL | 202.11º | 0.41% | 0.36% | - |
| HSV(B) | 202.11º | 0.58% | 0.51% | - |
| XYZ | 10.3 | 11.9 | 22.87 | - |
| YUV | 90.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 130 | 0.58 | 0.22 | 0 | 0.49 | 202.11 | 0.41 | 0.36 |
| Hex | 36 | 66 | 82 | 3A | 16 | 0 | 31 | CA | 29 | 24 |
| Octal | 66 | 146 | 202 | 72 | 26 | 0 | 61 | 312 | 51 | 44 |
| Binary | 110110 | 1100110 | 10000010 | 111010 | 10110 | 0 | 110001 | 11001010 | 101001 | 100100 |
Color Harmonies of #366682
Complementary color
Monochromatic Colors of #366682
Black with #366682
Text Example
Text Example
White with #366682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366682; }
p { color: rgb(54,102,130); }
H1.HeaderClassName
{
color: #366682;
}
.AnyTagClassName
{
color: #366682;
}
</style>
background-color css
<style>
a { background-color: #366682; }
a { background-color: rgb(54,102,130); }
div.DivClassName
{
background-color: #366682;
}
.BgClassName
{
background-color: #366682;
}
</style>
border-color css
<style>
span { border-color: #366682; }
span { border-color: rgb(54,102,130); }
td.TdClassName
{
border-color: #366682;
}
.TagClassName
{
border-color: #366682;
}
</style>