Shades of Astral #37677C
Tints of Astral #37677C
RGB
CMYK
RGB Variations
Color information
#37677C (or 0x37677C) is known color: Astral. HEX triplet: 37, 67 and 7C. RGB value is (55,103,124). Sum of RGB (Red+Green+Blue) = 55+103+124=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #37677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37677C is #C89883. Grayscale: #5A5A5A. Windows color (decimal): -13146244 or 8152887. OLE color: 8152887.
HSL color Cylindrical-coordinate representation of color #37677C: hue angle of 198.26º 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 #37677C is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 103 | 124 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.51 |
| HSL | 198.26º | 0.39% | 0.35% | - |
| HSV(B) | 198.26º | 0.56% | 0.49% | - |
| XYZ | 10.06 | 11.97 | 20.85 | - |
| YUV | 91.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 124 | 0.56 | 0.17 | 0 | 0.51 | 198.26 | 0.39 | 0.35 |
| Hex | 37 | 67 | 7C | 38 | 11 | 0 | 33 | C6 | 27 | 23 |
| Octal | 67 | 147 | 174 | 70 | 21 | 0 | 63 | 306 | 47 | 43 |
| Binary | 110111 | 1100111 | 1111100 | 111000 | 10001 | 0 | 110011 | 11000110 | 100111 | 100011 |
Color Harmonies of #37677C
Complementary color
Monochromatic Colors of #37677C
Black with #37677C
Text Example
Text Example
White with #37677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37677C; }
p { color: rgb(55,103,124); }
H1.HeaderClassName
{
color: #37677C;
}
.AnyTagClassName
{
color: #37677C;
}
</style>
background-color css
<style>
a { background-color: #37677C; }
a { background-color: rgb(55,103,124); }
div.DivClassName
{
background-color: #37677C;
}
.BgClassName
{
background-color: #37677C;
}
</style>
border-color css
<style>
span { border-color: #37677C; }
span { border-color: rgb(55,103,124); }
td.TdClassName
{
border-color: #37677C;
}
.TagClassName
{
border-color: #37677C;
}
</style>