Shades of Astral #37688D
Tints of Astral #37688D
RGB
CMYK
RGB Variations
Color information
#37688D (or 0x37688D) is known color: Astral. HEX triplet: 37, 68 and 8D. RGB value is (55,104,141). Sum of RGB (Red+Green+Blue) = 55+104+141=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #37688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37688D is #C89772. Grayscale: #5D5D5D. Windows color (decimal): -13145971 or 9267255. OLE color: 9267255.
HSL color Cylindrical-coordinate representation of color #37688D: hue angle of 205.81º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37688D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 104 | 141 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.45 |
| HSL | 205.81º | 0.44% | 0.38% | - |
| HSV(B) | 205.81º | 0.61% | 0.55% | - |
| XYZ | 11.33 | 12.64 | 27.04 | - |
| YUV | 93.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 141 | 0.61 | 0.26 | 0 | 0.45 | 205.81 | 0.44 | 0.38 |
| Hex | 37 | 68 | 8D | 3D | 1A | 0 | 2D | CE | 2C | 26 |
| Octal | 67 | 150 | 215 | 75 | 32 | 0 | 55 | 316 | 54 | 46 |
| Binary | 110111 | 1101000 | 10001101 | 111101 | 11010 | 0 | 101101 | 11001110 | 101100 | 100110 |
Color Harmonies of #37688D
Complementary color
Monochromatic Colors of #37688D
Black with #37688D
Text Example
Text Example
White with #37688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37688D; }
p { color: rgb(55,104,141); }
H1.HeaderClassName
{
color: #37688D;
}
.AnyTagClassName
{
color: #37688D;
}
</style>
background-color css
<style>
a { background-color: #37688D; }
a { background-color: rgb(55,104,141); }
div.DivClassName
{
background-color: #37688D;
}
.BgClassName
{
background-color: #37688D;
}
</style>
border-color css
<style>
span { border-color: #37688D; }
span { border-color: rgb(55,104,141); }
td.TdClassName
{
border-color: #37688D;
}
.TagClassName
{
border-color: #37688D;
}
</style>