Shades of Astral #366A8A
Tints of Astral #366A8A
RGB
CMYK
RGB Variations
Color information
#366A8A (or 0x366A8A) is known color: Astral. HEX triplet: 36, 6A and 8A. RGB value is (54,106,138). Sum of RGB (Red+Green+Blue) = 54+106+138=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #366A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A8A is #C99575. Grayscale: #5D5D5D. Windows color (decimal): -13210998 or 9071158. OLE color: 9071158.
HSL color Cylindrical-coordinate representation of color #366A8A: hue angle of 202.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366A8A is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 106 | 138 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.46 |
| HSL | 202.86º | 0.44% | 0.38% | - |
| HSV(B) | 202.86º | 0.61% | 0.54% | - |
| XYZ | 11.26 | 12.93 | 25.95 | - |
| YUV | 94.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 138 | 0.61 | 0.23 | 0 | 0.46 | 202.86 | 0.44 | 0.38 |
| Hex | 36 | 6A | 8A | 3D | 17 | 0 | 2E | CB | 2C | 26 |
| Octal | 66 | 152 | 212 | 75 | 27 | 0 | 56 | 313 | 54 | 46 |
| Binary | 110110 | 1101010 | 10001010 | 111101 | 10111 | 0 | 101110 | 11001011 | 101100 | 100110 |
Color Harmonies of #366A8A
Complementary color
Monochromatic Colors of #366A8A
Black with #366A8A
Text Example
Text Example
White with #366A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A8A; }
p { color: rgb(54,106,138); }
H1.HeaderClassName
{
color: #366A8A;
}
.AnyTagClassName
{
color: #366A8A;
}
</style>
background-color css
<style>
a { background-color: #366A8A; }
a { background-color: rgb(54,106,138); }
div.DivClassName
{
background-color: #366A8A;
}
.BgClassName
{
background-color: #366A8A;
}
</style>
border-color css
<style>
span { border-color: #366A8A; }
span { border-color: rgb(54,106,138); }
td.TdClassName
{
border-color: #366A8A;
}
.TagClassName
{
border-color: #366A8A;
}
</style>