Shades of Astral #366588
Tints of Astral #366588
RGB
CMYK
RGB Variations
Color information
#366588 (or 0x366588) is known color: Astral. HEX triplet: 36, 65 and 88. RGB value is (54,101,136). Sum of RGB (Red+Green+Blue) = 54+101+136=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #366588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366588 is #C99A77. Grayscale: #5A5A5A. Windows color (decimal): -13212280 or 8938806. OLE color: 8938806.
HSL color Cylindrical-coordinate representation of color #366588: hue angle of 205.61º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366588 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 101 | 136 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.47 |
| HSL | 205.61º | 0.43% | 0.37% | - |
| HSV(B) | 205.61º | 0.6% | 0.53% | - |
| XYZ | 10.62 | 11.87 | 25.02 | - |
| YUV | 90.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 136 | 0.60 | 0.26 | 0 | 0.47 | 205.61 | 0.43 | 0.37 |
| Hex | 36 | 65 | 88 | 3C | 1A | 0 | 2F | CE | 2B | 25 |
| Octal | 66 | 145 | 210 | 74 | 32 | 0 | 57 | 316 | 53 | 45 |
| Binary | 110110 | 1100101 | 10001000 | 111100 | 11010 | 0 | 101111 | 11001110 | 101011 | 100101 |
Color Harmonies of #366588
Complementary color
Monochromatic Colors of #366588
Black with #366588
Text Example
Text Example
White with #366588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366588; }
p { color: rgb(54,101,136); }
H1.HeaderClassName
{
color: #366588;
}
.AnyTagClassName
{
color: #366588;
}
</style>
background-color css
<style>
a { background-color: #366588; }
a { background-color: rgb(54,101,136); }
div.DivClassName
{
background-color: #366588;
}
.BgClassName
{
background-color: #366588;
}
</style>
border-color css
<style>
span { border-color: #366588; }
span { border-color: rgb(54,101,136); }
td.TdClassName
{
border-color: #366588;
}
.TagClassName
{
border-color: #366588;
}
</style>