Shades of Astral #37708F
Tints of Astral #37708F
RGB
CMYK
RGB Variations
Color information
#37708F (or 0x37708F) is known color: Astral. HEX triplet: 37, 70 and 8F. RGB value is (55,112,143). Sum of RGB (Red+Green+Blue) = 55+112+143=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #37708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37708F is #C88F70. Grayscale: #626262. Windows color (decimal): -13143921 or 9400375. OLE color: 9400375.
HSL color Cylindrical-coordinate representation of color #37708F: hue angle of 201.14º 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 #37708F is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 112 | 143 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.44 |
| HSL | 201.14º | 0.44% | 0.39% | - |
| HSV(B) | 201.14º | 0.62% | 0.56% | - |
| XYZ | 12.33 | 14.38 | 28.11 | - |
| YUV | 98.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 143 | 0.62 | 0.22 | 0 | 0.44 | 201.14 | 0.44 | 0.39 |
| Hex | 37 | 70 | 8F | 3E | 16 | 0 | 2C | C9 | 2C | 27 |
| Octal | 67 | 160 | 217 | 76 | 26 | 0 | 54 | 311 | 54 | 47 |
| Binary | 110111 | 1110000 | 10001111 | 111110 | 10110 | 0 | 101100 | 11001001 | 101100 | 100111 |
Color Harmonies of #37708F
Complementary color
Monochromatic Colors of #37708F
Black with #37708F
Text Example
Text Example
White with #37708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37708F; }
p { color: rgb(55,112,143); }
H1.HeaderClassName
{
color: #37708F;
}
.AnyTagClassName
{
color: #37708F;
}
</style>
background-color css
<style>
a { background-color: #37708F; }
a { background-color: rgb(55,112,143); }
div.DivClassName
{
background-color: #37708F;
}
.BgClassName
{
background-color: #37708F;
}
</style>
border-color css
<style>
span { border-color: #37708F; }
span { border-color: rgb(55,112,143); }
td.TdClassName
{
border-color: #37708F;
}
.TagClassName
{
border-color: #37708F;
}
</style>