Shades of Astral #366C93
Tints of Astral #366C93
RGB
CMYK
RGB Variations
Color information
#366C93 (or 0x366C93) is known color: Astral. HEX triplet: 36, 6C and 93. RGB value is (54,108,147). Sum of RGB (Red+Green+Blue) = 54+108+147=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #366C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C93 is #C9936C. Grayscale: #606060. Windows color (decimal): -13210477 or 9661494. OLE color: 9661494.
HSL color Cylindrical-coordinate representation of color #366C93: hue angle of 205.16º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366C93 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 108 | 147 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.42 |
| HSL | 205.16º | 0.46% | 0.39% | - |
| HSV(B) | 205.16º | 0.63% | 0.58% | - |
| XYZ | 12.15 | 13.62 | 29.59 | - |
| YUV | 96.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 147 | 0.63 | 0.27 | 0 | 0.42 | 205.16 | 0.46 | 0.39 |
| Hex | 36 | 6C | 93 | 3F | 1B | 0 | 2A | CD | 2E | 27 |
| Octal | 66 | 154 | 223 | 77 | 33 | 0 | 52 | 315 | 56 | 47 |
| Binary | 110110 | 1101100 | 10010011 | 111111 | 11011 | 0 | 101010 | 11001101 | 101110 | 100111 |
Color Harmonies of #366C93
Complementary color
Monochromatic Colors of #366C93
Black with #366C93
Text Example
Text Example
White with #366C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C93; }
p { color: rgb(54,108,147); }
H1.HeaderClassName
{
color: #366C93;
}
.AnyTagClassName
{
color: #366C93;
}
</style>
background-color css
<style>
a { background-color: #366C93; }
a { background-color: rgb(54,108,147); }
div.DivClassName
{
background-color: #366C93;
}
.BgClassName
{
background-color: #366C93;
}
</style>
border-color css
<style>
span { border-color: #366C93; }
span { border-color: rgb(54,108,147); }
td.TdClassName
{
border-color: #366C93;
}
.TagClassName
{
border-color: #366C93;
}
</style>