Shades of Astral #376B88
Tints of Astral #376B88
RGB
CMYK
RGB Variations
Color information
#376B88 (or 0x376B88) is known color: Astral. HEX triplet: 37, 6B and 88. RGB value is (55,107,136). Sum of RGB (Red+Green+Blue) = 55+107+136=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #376B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B88 is #C89477. Grayscale: #5E5E5E. Windows color (decimal): -13145208 or 8940343. OLE color: 8940343.
HSL color Cylindrical-coordinate representation of color #376B88: hue angle of 201.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376B88 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 107 | 136 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.47 |
| HSL | 201.48º | 0.42% | 0.37% | - |
| HSV(B) | 201.48º | 0.6% | 0.53% | - |
| XYZ | 11.28 | 13.11 | 25.23 | - |
| YUV | 94.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 136 | 0.60 | 0.21 | 0 | 0.47 | 201.48 | 0.42 | 0.37 |
| Hex | 37 | 6B | 88 | 3C | 15 | 0 | 2F | C9 | 2A | 25 |
| Octal | 67 | 153 | 210 | 74 | 25 | 0 | 57 | 311 | 52 | 45 |
| Binary | 110111 | 1101011 | 10001000 | 111100 | 10101 | 0 | 101111 | 11001001 | 101010 | 100101 |
Color Harmonies of #376B88
Complementary color
Monochromatic Colors of #376B88
Black with #376B88
Text Example
Text Example
White with #376B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B88; }
p { color: rgb(55,107,136); }
H1.HeaderClassName
{
color: #376B88;
}
.AnyTagClassName
{
color: #376B88;
}
</style>
background-color css
<style>
a { background-color: #376B88; }
a { background-color: rgb(55,107,136); }
div.DivClassName
{
background-color: #376B88;
}
.BgClassName
{
background-color: #376B88;
}
</style>
border-color css
<style>
span { border-color: #376B88; }
span { border-color: rgb(55,107,136); }
td.TdClassName
{
border-color: #376B88;
}
.TagClassName
{
border-color: #376B88;
}
</style>