Shades of Astral #376C7A
Tints of Astral #376C7A
RGB
CMYK
RGB Variations
Color information
#376C7A (or 0x376C7A) is known color: Astral. HEX triplet: 37, 6C and 7A. RGB value is (55,108,122). Sum of RGB (Red+Green+Blue) = 55+108+122=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #376C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C7A is #C89385. Grayscale: #5D5D5D. Windows color (decimal): -13144966 or 8023095. OLE color: 8023095.
HSL color Cylindrical-coordinate representation of color #376C7A: hue angle of 192.54º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376C7A is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 108 | 122 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.52 |
| HSL | 192.54º | 0.38% | 0.35% | - |
| HSV(B) | 192.54º | 0.55% | 0.48% | - |
| XYZ | 10.45 | 12.94 | 20.36 | - |
| YUV | 93.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 122 | 0.55 | 0.11 | 0 | 0.52 | 192.54 | 0.38 | 0.35 |
| Hex | 37 | 6C | 7A | 37 | B | 0 | 34 | C1 | 26 | 23 |
| Octal | 67 | 154 | 172 | 67 | 13 | 0 | 64 | 301 | 46 | 43 |
| Binary | 110111 | 1101100 | 1111010 | 110111 | 1011 | 0 | 110100 | 11000001 | 100110 | 100011 |
Color Harmonies of #376C7A
Complementary color
Monochromatic Colors of #376C7A
Black with #376C7A
Text Example
Text Example
White with #376C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C7A; }
p { color: rgb(55,108,122); }
H1.HeaderClassName
{
color: #376C7A;
}
.AnyTagClassName
{
color: #376C7A;
}
</style>
background-color css
<style>
a { background-color: #376C7A; }
a { background-color: rgb(55,108,122); }
div.DivClassName
{
background-color: #376C7A;
}
.BgClassName
{
background-color: #376C7A;
}
</style>
border-color css
<style>
span { border-color: #376C7A; }
span { border-color: rgb(55,108,122); }
td.TdClassName
{
border-color: #376C7A;
}
.TagClassName
{
border-color: #376C7A;
}
</style>