Shades of Astral #37697C
Tints of Astral #37697C
RGB
CMYK
RGB Variations
Color information
#37697C (or 0x37697C) is known color: Astral. HEX triplet: 37, 69 and 7C. RGB value is (55,105,124). Sum of RGB (Red+Green+Blue) = 55+105+124=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #37697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37697C is #C89683. Grayscale: #5C5C5C. Windows color (decimal): -13145732 or 8153399. OLE color: 8153399.
HSL color Cylindrical-coordinate representation of color #37697C: hue angle of 196.52º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37697C is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 105 | 124 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.51 |
| HSL | 196.52º | 0.39% | 0.35% | - |
| HSV(B) | 196.52º | 0.56% | 0.49% | - |
| XYZ | 10.27 | 12.37 | 20.92 | - |
| YUV | 92.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 124 | 0.56 | 0.15 | 0 | 0.51 | 196.52 | 0.39 | 0.35 |
| Hex | 37 | 69 | 7C | 38 | F | 0 | 33 | C5 | 27 | 23 |
| Octal | 67 | 151 | 174 | 70 | 17 | 0 | 63 | 305 | 47 | 43 |
| Binary | 110111 | 1101001 | 1111100 | 111000 | 1111 | 0 | 110011 | 11000101 | 100111 | 100011 |
Color Harmonies of #37697C
Complementary color
Monochromatic Colors of #37697C
Black with #37697C
Text Example
Text Example
White with #37697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37697C; }
p { color: rgb(55,105,124); }
H1.HeaderClassName
{
color: #37697C;
}
.AnyTagClassName
{
color: #37697C;
}
</style>
background-color css
<style>
a { background-color: #37697C; }
a { background-color: rgb(55,105,124); }
div.DivClassName
{
background-color: #37697C;
}
.BgClassName
{
background-color: #37697C;
}
</style>
border-color css
<style>
span { border-color: #37697C; }
span { border-color: rgb(55,105,124); }
td.TdClassName
{
border-color: #37697C;
}
.TagClassName
{
border-color: #37697C;
}
</style>