Shades of Astral #37748B
Tints of Astral #37748B
RGB
CMYK
RGB Variations
Color information
#37748B (or 0x37748B) is known color: Astral. HEX triplet: 37, 74 and 8B. RGB value is (55,116,139). Sum of RGB (Red+Green+Blue) = 55+116+139=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #37748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37748B is #C88B74. Grayscale: #646464. Windows color (decimal): -13142901 or 9139255. OLE color: 9139255.
HSL color Cylindrical-coordinate representation of color #37748B: hue angle of 196.43º 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 #37748B is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 116 | 139 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.45 |
| HSL | 196.43º | 0.43% | 0.38% | - |
| HSV(B) | 196.43º | 0.6% | 0.55% | - |
| XYZ | 12.48 | 15.17 | 26.7 | - |
| YUV | 100.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 139 | 0.60 | 0.17 | 0 | 0.45 | 196.43 | 0.43 | 0.38 |
| Hex | 37 | 74 | 8B | 3C | 11 | 0 | 2D | C4 | 2B | 26 |
| Octal | 67 | 164 | 213 | 74 | 21 | 0 | 55 | 304 | 53 | 46 |
| Binary | 110111 | 1110100 | 10001011 | 111100 | 10001 | 0 | 101101 | 11000100 | 101011 | 100110 |
Color Harmonies of #37748B
Complementary color
Monochromatic Colors of #37748B
Black with #37748B
Text Example
Text Example
White with #37748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37748B; }
p { color: rgb(55,116,139); }
H1.HeaderClassName
{
color: #37748B;
}
.AnyTagClassName
{
color: #37748B;
}
</style>
background-color css
<style>
a { background-color: #37748B; }
a { background-color: rgb(55,116,139); }
div.DivClassName
{
background-color: #37748B;
}
.BgClassName
{
background-color: #37748B;
}
</style>
border-color css
<style>
span { border-color: #37748B; }
span { border-color: rgb(55,116,139); }
td.TdClassName
{
border-color: #37748B;
}
.TagClassName
{
border-color: #37748B;
}
</style>