Shades of Astral #376B87
Tints of Astral #376B87
RGB
CMYK
RGB Variations
Color information
#376B87 (or 0x376B87) is known color: Astral. HEX triplet: 37, 6B and 87. RGB value is (55,107,135). Sum of RGB (Red+Green+Blue) = 55+107+135=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #376B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B87 is #C89478. Grayscale: #5E5E5E. Windows color (decimal): -13145209 or 8874807. OLE color: 8874807.
HSL color Cylindrical-coordinate representation of color #376B87: hue angle of 201º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376B87 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 107 | 135 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.47 |
| HSL | 201º | 0.42% | 0.37% | - |
| HSV(B) | 201º | 0.59% | 0.53% | - |
| XYZ | 11.21 | 13.08 | 24.86 | - |
| YUV | 94.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 135 | 0.59 | 0.21 | 0 | 0.47 | 201 | 0.42 | 0.37 |
| Hex | 37 | 6B | 87 | 3B | 15 | 0 | 2F | C9 | 2A | 25 |
| Octal | 67 | 153 | 207 | 73 | 25 | 0 | 57 | 311 | 52 | 45 |
| Binary | 110111 | 1101011 | 10000111 | 111011 | 10101 | 0 | 101111 | 11001001 | 101010 | 100101 |
Color Harmonies of #376B87
Complementary color
Monochromatic Colors of #376B87
Black with #376B87
Text Example
Text Example
White with #376B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B87; }
p { color: rgb(55,107,135); }
H1.HeaderClassName
{
color: #376B87;
}
.AnyTagClassName
{
color: #376B87;
}
</style>
background-color css
<style>
a { background-color: #376B87; }
a { background-color: rgb(55,107,135); }
div.DivClassName
{
background-color: #376B87;
}
.BgClassName
{
background-color: #376B87;
}
</style>
border-color css
<style>
span { border-color: #376B87; }
span { border-color: rgb(55,107,135); }
td.TdClassName
{
border-color: #376B87;
}
.TagClassName
{
border-color: #376B87;
}
</style>