Shades of Astral #376E8D
Tints of Astral #376E8D
RGB
CMYK
RGB Variations
Color information
#376E8D (or 0x376E8D) is known color: Astral. HEX triplet: 37, 6E and 8D. RGB value is (55,110,141). Sum of RGB (Red+Green+Blue) = 55+110+141=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #376E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E8D is #C89172. Grayscale: #606060. Windows color (decimal): -13144435 or 9268791. OLE color: 9268791.
HSL color Cylindrical-coordinate representation of color #376E8D: hue angle of 201.63º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #376E8D is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 110 | 141 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.45 |
| HSL | 201.63º | 0.44% | 0.38% | - |
| HSV(B) | 201.63º | 0.61% | 0.55% | - |
| XYZ | 11.96 | 13.89 | 27.25 | - |
| YUV | 97.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 141 | 0.61 | 0.22 | 0 | 0.45 | 201.63 | 0.44 | 0.38 |
| Hex | 37 | 6E | 8D | 3D | 16 | 0 | 2D | CA | 2C | 26 |
| Octal | 67 | 156 | 215 | 75 | 26 | 0 | 55 | 312 | 54 | 46 |
| Binary | 110111 | 1101110 | 10001101 | 111101 | 10110 | 0 | 101101 | 11001010 | 101100 | 100110 |
Color Harmonies of #376E8D
Complementary color
Monochromatic Colors of #376E8D
Black with #376E8D
Text Example
Text Example
White with #376E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E8D; }
p { color: rgb(55,110,141); }
H1.HeaderClassName
{
color: #376E8D;
}
.AnyTagClassName
{
color: #376E8D;
}
</style>
background-color css
<style>
a { background-color: #376E8D; }
a { background-color: rgb(55,110,141); }
div.DivClassName
{
background-color: #376E8D;
}
.BgClassName
{
background-color: #376E8D;
}
</style>
border-color css
<style>
span { border-color: #376E8D; }
span { border-color: rgb(55,110,141); }
td.TdClassName
{
border-color: #376E8D;
}
.TagClassName
{
border-color: #376E8D;
}
</style>