Shades of Astral #37768D
Tints of Astral #37768D
RGB
CMYK
RGB Variations
Color information
#37768D (or 0x37768D) is known color: Astral. HEX triplet: 37, 76 and 8D. RGB value is (55,118,141). Sum of RGB (Red+Green+Blue) = 55+118+141=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #37768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768D is #C88972. Grayscale: #656565. Windows color (decimal): -13142387 or 9270839. OLE color: 9270839.
HSL color Cylindrical-coordinate representation of color #37768D: hue angle of 196.05º 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 #37768D is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 118 | 141 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.45 |
| HSL | 196.05º | 0.44% | 0.38% | - |
| HSV(B) | 196.05º | 0.61% | 0.55% | - |
| XYZ | 12.86 | 15.69 | 27.55 | - |
| YUV | 101.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 141 | 0.61 | 0.16 | 0 | 0.45 | 196.05 | 0.44 | 0.38 |
| Hex | 37 | 76 | 8D | 3D | 10 | 0 | 2D | C4 | 2C | 26 |
| Octal | 67 | 166 | 215 | 75 | 20 | 0 | 55 | 304 | 54 | 46 |
| Binary | 110111 | 1110110 | 10001101 | 111101 | 10000 | 0 | 101101 | 11000100 | 101100 | 100110 |
Color Harmonies of #37768D
Complementary color
Monochromatic Colors of #37768D
Black with #37768D
Text Example
Text Example
White with #37768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37768D; }
p { color: rgb(55,118,141); }
H1.HeaderClassName
{
color: #37768D;
}
.AnyTagClassName
{
color: #37768D;
}
</style>
background-color css
<style>
a { background-color: #37768D; }
a { background-color: rgb(55,118,141); }
div.DivClassName
{
background-color: #37768D;
}
.BgClassName
{
background-color: #37768D;
}
</style>
border-color css
<style>
span { border-color: #37768D; }
span { border-color: rgb(55,118,141); }
td.TdClassName
{
border-color: #37768D;
}
.TagClassName
{
border-color: #37768D;
}
</style>