Shades of Astral #36667C
Tints of Astral #36667C
RGB
CMYK
RGB Variations
Color information
#36667C (or 0x36667C) is known color: Astral. HEX triplet: 36, 66 and 7C. RGB value is (54,102,124). Sum of RGB (Red+Green+Blue) = 54+102+124=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #36667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36667C is #C99983. Grayscale: #5A5A5A. Windows color (decimal): -13212036 or 8152630. OLE color: 8152630.
HSL color Cylindrical-coordinate representation of color #36667C: hue angle of 198.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36667C is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 102 | 124 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.51 |
| HSL | 198.86º | 0.39% | 0.35% | - |
| HSV(B) | 198.86º | 0.56% | 0.49% | - |
| XYZ | 9.91 | 11.74 | 20.81 | - |
| YUV | 90.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 124 | 0.56 | 0.18 | 0 | 0.51 | 198.86 | 0.39 | 0.35 |
| Hex | 36 | 66 | 7C | 38 | 12 | 0 | 33 | C7 | 27 | 23 |
| Octal | 66 | 146 | 174 | 70 | 22 | 0 | 63 | 307 | 47 | 43 |
| Binary | 110110 | 1100110 | 1111100 | 111000 | 10010 | 0 | 110011 | 11000111 | 100111 | 100011 |
Color Harmonies of #36667C
Complementary color
Monochromatic Colors of #36667C
Black with #36667C
Text Example
Text Example
White with #36667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36667C; }
p { color: rgb(54,102,124); }
H1.HeaderClassName
{
color: #36667C;
}
.AnyTagClassName
{
color: #36667C;
}
</style>
background-color css
<style>
a { background-color: #36667C; }
a { background-color: rgb(54,102,124); }
div.DivClassName
{
background-color: #36667C;
}
.BgClassName
{
background-color: #36667C;
}
</style>
border-color css
<style>
span { border-color: #36667C; }
span { border-color: rgb(54,102,124); }
td.TdClassName
{
border-color: #36667C;
}
.TagClassName
{
border-color: #36667C;
}
</style>