Shades of Astral #37778B
Tints of Astral #37778B
RGB
CMYK
RGB Variations
Color information
#37778B (or 0x37778B) is known color: Astral. HEX triplet: 37, 77 and 8B. RGB value is (55,119,139). Sum of RGB (Red+Green+Blue) = 55+119+139=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #37778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37778B is #C88874. Grayscale: #666666. Windows color (decimal): -13142133 or 9140023. OLE color: 9140023.
HSL color Cylindrical-coordinate representation of color #37778B: hue angle of 194.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37778B is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 119 | 139 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.45 |
| HSL | 194.29º | 0.43% | 0.38% | - |
| HSV(B) | 194.29º | 0.6% | 0.55% | - |
| XYZ | 12.83 | 15.87 | 26.81 | - |
| YUV | 102.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 139 | 0.60 | 0.14 | 0 | 0.45 | 194.29 | 0.43 | 0.38 |
| Hex | 37 | 77 | 8B | 3C | E | 0 | 2D | C2 | 2B | 26 |
| Octal | 67 | 167 | 213 | 74 | 16 | 0 | 55 | 302 | 53 | 46 |
| Binary | 110111 | 1110111 | 10001011 | 111100 | 1110 | 0 | 101101 | 11000010 | 101011 | 100110 |
Color Harmonies of #37778B
Complementary color
Monochromatic Colors of #37778B
Black with #37778B
Text Example
Text Example
White with #37778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37778B; }
p { color: rgb(55,119,139); }
H1.HeaderClassName
{
color: #37778B;
}
.AnyTagClassName
{
color: #37778B;
}
</style>
background-color css
<style>
a { background-color: #37778B; }
a { background-color: rgb(55,119,139); }
div.DivClassName
{
background-color: #37778B;
}
.BgClassName
{
background-color: #37778B;
}
</style>
border-color css
<style>
span { border-color: #37778B; }
span { border-color: rgb(55,119,139); }
td.TdClassName
{
border-color: #37778B;
}
.TagClassName
{
border-color: #37778B;
}
</style>