Shades of Astral #37768F
Tints of Astral #37768F
RGB
CMYK
RGB Variations
Color information
#37768F (or 0x37768F) is known color: Astral. HEX triplet: 37, 76 and 8F. RGB value is (55,118,143). Sum of RGB (Red+Green+Blue) = 55+118+143=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #37768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768F is #C88970. Grayscale: #656565. Windows color (decimal): -13142385 or 9401911. OLE color: 9401911.
HSL color Cylindrical-coordinate representation of color #37768F: hue angle of 197.05º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37768F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 118 | 143 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.44 |
| HSL | 197.05º | 0.44% | 0.39% | - |
| HSV(B) | 197.05º | 0.62% | 0.56% | - |
| XYZ | 13.01 | 15.75 | 28.34 | - |
| YUV | 102.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 143 | 0.62 | 0.17 | 0 | 0.44 | 197.05 | 0.44 | 0.39 |
| Hex | 37 | 76 | 8F | 3E | 11 | 0 | 2C | C5 | 2C | 27 |
| Octal | 67 | 166 | 217 | 76 | 21 | 0 | 54 | 305 | 54 | 47 |
| Binary | 110111 | 1110110 | 10001111 | 111110 | 10001 | 0 | 101100 | 11000101 | 101100 | 100111 |
Color Harmonies of #37768F
Complementary color
Monochromatic Colors of #37768F
Black with #37768F
Text Example
Text Example
White with #37768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37768F; }
p { color: rgb(55,118,143); }
H1.HeaderClassName
{
color: #37768F;
}
.AnyTagClassName
{
color: #37768F;
}
</style>
background-color css
<style>
a { background-color: #37768F; }
a { background-color: rgb(55,118,143); }
div.DivClassName
{
background-color: #37768F;
}
.BgClassName
{
background-color: #37768F;
}
</style>
border-color css
<style>
span { border-color: #37768F; }
span { border-color: rgb(55,118,143); }
td.TdClassName
{
border-color: #37768F;
}
.TagClassName
{
border-color: #37768F;
}
</style>