Shades of Astral #366C92
Tints of Astral #366C92
RGB
CMYK
RGB Variations
Color information
#366C92 (or 0x366C92) is known color: Astral. HEX triplet: 36, 6C and 92. RGB value is (54,108,146). Sum of RGB (Red+Green+Blue) = 54+108+146=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #366C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C92 is #C9936D. Grayscale: #5F5F5F. Windows color (decimal): -13210478 or 9595958. OLE color: 9595958.
HSL color Cylindrical-coordinate representation of color #366C92: hue angle of 204.78º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366C92 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 108 | 146 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.43 |
| HSL | 204.78º | 0.46% | 0.39% | - |
| HSV(B) | 204.78º | 0.63% | 0.57% | - |
| XYZ | 12.07 | 13.58 | 29.18 | - |
| YUV | 96.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 146 | 0.63 | 0.26 | 0 | 0.43 | 204.78 | 0.46 | 0.39 |
| Hex | 36 | 6C | 92 | 3F | 1A | 0 | 2B | CD | 2E | 27 |
| Octal | 66 | 154 | 222 | 77 | 32 | 0 | 53 | 315 | 56 | 47 |
| Binary | 110110 | 1101100 | 10010010 | 111111 | 11010 | 0 | 101011 | 11001101 | 101110 | 100111 |
Color Harmonies of #366C92
Complementary color
Monochromatic Colors of #366C92
Black with #366C92
Text Example
Text Example
White with #366C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C92; }
p { color: rgb(54,108,146); }
H1.HeaderClassName
{
color: #366C92;
}
.AnyTagClassName
{
color: #366C92;
}
</style>
background-color css
<style>
a { background-color: #366C92; }
a { background-color: rgb(54,108,146); }
div.DivClassName
{
background-color: #366C92;
}
.BgClassName
{
background-color: #366C92;
}
</style>
border-color css
<style>
span { border-color: #366C92; }
span { border-color: rgb(54,108,146); }
td.TdClassName
{
border-color: #366C92;
}
.TagClassName
{
border-color: #366C92;
}
</style>