Shades of Astral #366B92
Tints of Astral #366B92
RGB
CMYK
RGB Variations
Color information
#366B92 (or 0x366B92) is known color: Astral. HEX triplet: 36, 6B and 92. RGB value is (54,107,146). Sum of RGB (Red+Green+Blue) = 54+107+146=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #366B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B92 is #C9946D. Grayscale: #5F5F5F. Windows color (decimal): -13210734 or 9595702. OLE color: 9595702.
HSL color Cylindrical-coordinate representation of color #366B92: hue angle of 205.43º 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 #366B92 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 107 | 146 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.43 |
| HSL | 205.43º | 0.46% | 0.39% | - |
| HSV(B) | 205.43º | 0.63% | 0.57% | - |
| XYZ | 11.97 | 13.37 | 29.15 | - |
| YUV | 95.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 146 | 0.63 | 0.27 | 0 | 0.43 | 205.43 | 0.46 | 0.39 |
| Hex | 36 | 6B | 92 | 3F | 1B | 0 | 2B | CD | 2E | 27 |
| Octal | 66 | 153 | 222 | 77 | 33 | 0 | 53 | 315 | 56 | 47 |
| Binary | 110110 | 1101011 | 10010010 | 111111 | 11011 | 0 | 101011 | 11001101 | 101110 | 100111 |
Color Harmonies of #366B92
Complementary color
Monochromatic Colors of #366B92
Black with #366B92
Text Example
Text Example
White with #366B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B92; }
p { color: rgb(54,107,146); }
H1.HeaderClassName
{
color: #366B92;
}
.AnyTagClassName
{
color: #366B92;
}
</style>
background-color css
<style>
a { background-color: #366B92; }
a { background-color: rgb(54,107,146); }
div.DivClassName
{
background-color: #366B92;
}
.BgClassName
{
background-color: #366B92;
}
</style>
border-color css
<style>
span { border-color: #366B92; }
span { border-color: rgb(54,107,146); }
td.TdClassName
{
border-color: #366B92;
}
.TagClassName
{
border-color: #366B92;
}
</style>