Shades of Astral #37687B
Tints of Astral #37687B
RGB
CMYK
RGB Variations
Color information
#37687B (or 0x37687B) is known color: Astral. HEX triplet: 37, 68 and 7B. RGB value is (55,104,123). Sum of RGB (Red+Green+Blue) = 55+104+123=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #37687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37687B is #C89784. Grayscale: #5B5B5B. Windows color (decimal): -13145989 or 8087607. OLE color: 8087607.
HSL color Cylindrical-coordinate representation of color #37687B: hue angle of 196.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37687B is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 104 | 123 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.52 |
| HSL | 196.76º | 0.38% | 0.35% | - |
| HSV(B) | 196.76º | 0.55% | 0.48% | - |
| XYZ | 10.1 | 12.14 | 20.55 | - |
| YUV | 91.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 123 | 0.55 | 0.15 | 0 | 0.52 | 196.76 | 0.38 | 0.35 |
| Hex | 37 | 68 | 7B | 37 | F | 0 | 34 | C5 | 26 | 23 |
| Octal | 67 | 150 | 173 | 67 | 17 | 0 | 64 | 305 | 46 | 43 |
| Binary | 110111 | 1101000 | 1111011 | 110111 | 1111 | 0 | 110100 | 11000101 | 100110 | 100011 |
Color Harmonies of #37687B
Complementary color
Monochromatic Colors of #37687B
Black with #37687B
Text Example
Text Example
White with #37687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37687B; }
p { color: rgb(55,104,123); }
H1.HeaderClassName
{
color: #37687B;
}
.AnyTagClassName
{
color: #37687B;
}
</style>
background-color css
<style>
a { background-color: #37687B; }
a { background-color: rgb(55,104,123); }
div.DivClassName
{
background-color: #37687B;
}
.BgClassName
{
background-color: #37687B;
}
</style>
border-color css
<style>
span { border-color: #37687B; }
span { border-color: rgb(55,104,123); }
td.TdClassName
{
border-color: #37687B;
}
.TagClassName
{
border-color: #37687B;
}
</style>