Shades of Astral #376D85
Tints of Astral #376D85
RGB
CMYK
RGB Variations
Color information
#376D85 (or 0x376D85) is known color: Astral. HEX triplet: 37, 6D and 85. RGB value is (55,109,133). Sum of RGB (Red+Green+Blue) = 55+109+133=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #376D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D85 is #C8927A. Grayscale: #5F5F5F. Windows color (decimal): -13144699 or 8744247. OLE color: 8744247.
HSL color Cylindrical-coordinate representation of color #376D85: hue angle of 198.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376D85 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 109 | 133 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.48 |
| HSL | 198.46º | 0.41% | 0.37% | - |
| HSV(B) | 198.46º | 0.59% | 0.52% | - |
| XYZ | 11.28 | 13.44 | 24.19 | - |
| YUV | 95.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 133 | 0.59 | 0.18 | 0 | 0.48 | 198.46 | 0.41 | 0.37 |
| Hex | 37 | 6D | 85 | 3B | 12 | 0 | 30 | C6 | 29 | 25 |
| Octal | 67 | 155 | 205 | 73 | 22 | 0 | 60 | 306 | 51 | 45 |
| Binary | 110111 | 1101101 | 10000101 | 111011 | 10010 | 0 | 110000 | 11000110 | 101001 | 100101 |
Color Harmonies of #376D85
Complementary color
Monochromatic Colors of #376D85
Black with #376D85
Text Example
Text Example
White with #376D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D85; }
p { color: rgb(55,109,133); }
H1.HeaderClassName
{
color: #376D85;
}
.AnyTagClassName
{
color: #376D85;
}
</style>
background-color css
<style>
a { background-color: #376D85; }
a { background-color: rgb(55,109,133); }
div.DivClassName
{
background-color: #376D85;
}
.BgClassName
{
background-color: #376D85;
}
</style>
border-color css
<style>
span { border-color: #376D85; }
span { border-color: rgb(55,109,133); }
td.TdClassName
{
border-color: #376D85;
}
.TagClassName
{
border-color: #376D85;
}
</style>