Shades of Astral #37768A
Tints of Astral #37768A
RGB
CMYK
RGB Variations
Color information
#37768A (or 0x37768A) is known color: Astral. HEX triplet: 37, 76 and 8A. RGB value is (55,118,138). Sum of RGB (Red+Green+Blue) = 55+118+138=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #37768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768A is #C88975. Grayscale: #656565. Windows color (decimal): -13142390 or 9074231. OLE color: 9074231.
HSL color Cylindrical-coordinate representation of color #37768A: hue angle of 194.46º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37768A is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 118 | 138 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.46 |
| HSL | 194.46º | 0.43% | 0.38% | - |
| HSV(B) | 194.46º | 0.6% | 0.54% | - |
| XYZ | 12.64 | 15.6 | 26.39 | - |
| YUV | 101.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 138 | 0.60 | 0.14 | 0 | 0.46 | 194.46 | 0.43 | 0.38 |
| Hex | 37 | 76 | 8A | 3C | E | 0 | 2E | C2 | 2B | 26 |
| Octal | 67 | 166 | 212 | 74 | 16 | 0 | 56 | 302 | 53 | 46 |
| Binary | 110111 | 1110110 | 10001010 | 111100 | 1110 | 0 | 101110 | 11000010 | 101011 | 100110 |
Color Harmonies of #37768A
Complementary color
Monochromatic Colors of #37768A
Black with #37768A
Text Example
Text Example
White with #37768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37768A; }
p { color: rgb(55,118,138); }
H1.HeaderClassName
{
color: #37768A;
}
.AnyTagClassName
{
color: #37768A;
}
</style>
background-color css
<style>
a { background-color: #37768A; }
a { background-color: rgb(55,118,138); }
div.DivClassName
{
background-color: #37768A;
}
.BgClassName
{
background-color: #37768A;
}
</style>
border-color css
<style>
span { border-color: #37768A; }
span { border-color: rgb(55,118,138); }
td.TdClassName
{
border-color: #37768A;
}
.TagClassName
{
border-color: #37768A;
}
</style>