Shades of Astral #376E82
Tints of Astral #376E82
RGB
CMYK
RGB Variations
Color information
#376E82 (or 0x376E82) is known color: Astral. HEX triplet: 37, 6E and 82. RGB value is (55,110,130). Sum of RGB (Red+Green+Blue) = 55+110+130=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #376E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E82 is #C8917D. Grayscale: #5F5F5F. Windows color (decimal): -13144446 or 8547895. OLE color: 8547895.
HSL color Cylindrical-coordinate representation of color #376E82: hue angle of 196º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376E82 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 110 | 130 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.49 |
| HSL | 196º | 0.41% | 0.36% | - |
| HSV(B) | 196º | 0.58% | 0.51% | - |
| XYZ | 11.18 | 13.58 | 23.15 | - |
| YUV | 95.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 130 | 0.58 | 0.15 | 0 | 0.49 | 196 | 0.41 | 0.36 |
| Hex | 37 | 6E | 82 | 3A | F | 0 | 31 | C4 | 29 | 24 |
| Octal | 67 | 156 | 202 | 72 | 17 | 0 | 61 | 304 | 51 | 44 |
| Binary | 110111 | 1101110 | 10000010 | 111010 | 1111 | 0 | 110001 | 11000100 | 101001 | 100100 |
Color Harmonies of #376E82
Complementary color
Monochromatic Colors of #376E82
Black with #376E82
Text Example
Text Example
White with #376E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E82; }
p { color: rgb(55,110,130); }
H1.HeaderClassName
{
color: #376E82;
}
.AnyTagClassName
{
color: #376E82;
}
</style>
background-color css
<style>
a { background-color: #376E82; }
a { background-color: rgb(55,110,130); }
div.DivClassName
{
background-color: #376E82;
}
.BgClassName
{
background-color: #376E82;
}
</style>
border-color css
<style>
span { border-color: #376E82; }
span { border-color: rgb(55,110,130); }
td.TdClassName
{
border-color: #376E82;
}
.TagClassName
{
border-color: #376E82;
}
</style>