Shades of Astral #37697D
Tints of Astral #37697D
RGB
CMYK
RGB Variations
Color information
#37697D (or 0x37697D) is known color: Astral. HEX triplet: 37, 69 and 7D. RGB value is (55,105,125). Sum of RGB (Red+Green+Blue) = 55+105+125=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #37697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37697D is #C89682. Grayscale: #5C5C5C. Windows color (decimal): -13145731 or 8218935. OLE color: 8218935.
HSL color Cylindrical-coordinate representation of color #37697D: hue angle of 197.14º 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 #37697D is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 105 | 125 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.51 |
| HSL | 197.14º | 0.39% | 0.35% | - |
| HSV(B) | 197.14º | 0.56% | 0.49% | - |
| XYZ | 10.33 | 12.4 | 21.25 | - |
| YUV | 92.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 125 | 0.56 | 0.16 | 0 | 0.51 | 197.14 | 0.39 | 0.35 |
| Hex | 37 | 69 | 7D | 38 | 10 | 0 | 33 | C5 | 27 | 23 |
| Octal | 67 | 151 | 175 | 70 | 20 | 0 | 63 | 305 | 47 | 43 |
| Binary | 110111 | 1101001 | 1111101 | 111000 | 10000 | 0 | 110011 | 11000101 | 100111 | 100011 |
Color Harmonies of #37697D
Complementary color
Monochromatic Colors of #37697D
Black with #37697D
Text Example
Text Example
White with #37697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37697D; }
p { color: rgb(55,105,125); }
H1.HeaderClassName
{
color: #37697D;
}
.AnyTagClassName
{
color: #37697D;
}
</style>
background-color css
<style>
a { background-color: #37697D; }
a { background-color: rgb(55,105,125); }
div.DivClassName
{
background-color: #37697D;
}
.BgClassName
{
background-color: #37697D;
}
</style>
border-color css
<style>
span { border-color: #37697D; }
span { border-color: rgb(55,105,125); }
td.TdClassName
{
border-color: #37697D;
}
.TagClassName
{
border-color: #37697D;
}
</style>