Shades of Astral #37748D
Tints of Astral #37748D
RGB
CMYK
RGB Variations
Color information
#37748D (or 0x37748D) is known color: Astral. HEX triplet: 37, 74 and 8D. RGB value is (55,116,141). Sum of RGB (Red+Green+Blue) = 55+116+141=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #37748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37748D is #C88B72. Grayscale: #646464. Windows color (decimal): -13142899 or 9270327. OLE color: 9270327.
HSL color Cylindrical-coordinate representation of color #37748D: hue angle of 197.44º 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 #37748D is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 116 | 141 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.45 |
| HSL | 197.44º | 0.44% | 0.38% | - |
| HSV(B) | 197.44º | 0.61% | 0.55% | - |
| XYZ | 12.63 | 15.23 | 27.47 | - |
| YUV | 100.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 141 | 0.61 | 0.18 | 0 | 0.45 | 197.44 | 0.44 | 0.38 |
| Hex | 37 | 74 | 8D | 3D | 12 | 0 | 2D | C5 | 2C | 26 |
| Octal | 67 | 164 | 215 | 75 | 22 | 0 | 55 | 305 | 54 | 46 |
| Binary | 110111 | 1110100 | 10001101 | 111101 | 10010 | 0 | 101101 | 11000101 | 101100 | 100110 |
Color Harmonies of #37748D
Complementary color
Monochromatic Colors of #37748D
Black with #37748D
Text Example
Text Example
White with #37748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37748D; }
p { color: rgb(55,116,141); }
H1.HeaderClassName
{
color: #37748D;
}
.AnyTagClassName
{
color: #37748D;
}
</style>
background-color css
<style>
a { background-color: #37748D; }
a { background-color: rgb(55,116,141); }
div.DivClassName
{
background-color: #37748D;
}
.BgClassName
{
background-color: #37748D;
}
</style>
border-color css
<style>
span { border-color: #37748D; }
span { border-color: rgb(55,116,141); }
td.TdClassName
{
border-color: #37748D;
}
.TagClassName
{
border-color: #37748D;
}
</style>