Shades of Astral #376E7C
Tints of Astral #376E7C
RGB
CMYK
RGB Variations
Color information
#376E7C (or 0x376E7C) is known color: Astral. HEX triplet: 37, 6E and 7C. RGB value is (55,110,124). Sum of RGB (Red+Green+Blue) = 55+110+124=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #376E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E7C is #C89183. Grayscale: #5F5F5F. Windows color (decimal): -13144452 or 8154679. OLE color: 8154679.
HSL color Cylindrical-coordinate representation of color #376E7C: hue angle of 192.17º 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 #376E7C is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 110 | 124 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.51 |
| HSL | 192.17º | 0.39% | 0.35% | - |
| HSV(B) | 192.17º | 0.56% | 0.49% | - |
| XYZ | 10.79 | 13.42 | 21.09 | - |
| YUV | 95.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 124 | 0.56 | 0.11 | 0 | 0.51 | 192.17 | 0.39 | 0.35 |
| Hex | 37 | 6E | 7C | 38 | B | 0 | 33 | C0 | 27 | 23 |
| Octal | 67 | 156 | 174 | 70 | 13 | 0 | 63 | 300 | 47 | 43 |
| Binary | 110111 | 1101110 | 1111100 | 111000 | 1011 | 0 | 110011 | 11000000 | 100111 | 100011 |
Color Harmonies of #376E7C
Complementary color
Monochromatic Colors of #376E7C
Black with #376E7C
Text Example
Text Example
White with #376E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E7C; }
p { color: rgb(55,110,124); }
H1.HeaderClassName
{
color: #376E7C;
}
.AnyTagClassName
{
color: #376E7C;
}
</style>
background-color css
<style>
a { background-color: #376E7C; }
a { background-color: rgb(55,110,124); }
div.DivClassName
{
background-color: #376E7C;
}
.BgClassName
{
background-color: #376E7C;
}
</style>
border-color css
<style>
span { border-color: #376E7C; }
span { border-color: rgb(55,110,124); }
td.TdClassName
{
border-color: #376E7C;
}
.TagClassName
{
border-color: #376E7C;
}
</style>