Shades of Astral #376C88
Tints of Astral #376C88
RGB
CMYK
RGB Variations
Color information
#376C88 (or 0x376C88) is known color: Astral. HEX triplet: 37, 6C and 88. RGB value is (55,108,136). Sum of RGB (Red+Green+Blue) = 55+108+136=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #376C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C88 is #C89377. Grayscale: #5F5F5F. Windows color (decimal): -13144952 or 8940599. OLE color: 8940599.
HSL color Cylindrical-coordinate representation of color #376C88: hue angle of 200.74º 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 #376C88 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 108 | 136 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.47 |
| HSL | 200.74º | 0.42% | 0.37% | - |
| HSV(B) | 200.74º | 0.6% | 0.53% | - |
| XYZ | 11.38 | 13.31 | 25.26 | - |
| YUV | 95.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 136 | 0.60 | 0.21 | 0 | 0.47 | 200.74 | 0.42 | 0.37 |
| Hex | 37 | 6C | 88 | 3C | 15 | 0 | 2F | C9 | 2A | 25 |
| Octal | 67 | 154 | 210 | 74 | 25 | 0 | 57 | 311 | 52 | 45 |
| Binary | 110111 | 1101100 | 10001000 | 111100 | 10101 | 0 | 101111 | 11001001 | 101010 | 100101 |
Color Harmonies of #376C88
Complementary color
Monochromatic Colors of #376C88
Black with #376C88
Text Example
Text Example
White with #376C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C88; }
p { color: rgb(55,108,136); }
H1.HeaderClassName
{
color: #376C88;
}
.AnyTagClassName
{
color: #376C88;
}
</style>
background-color css
<style>
a { background-color: #376C88; }
a { background-color: rgb(55,108,136); }
div.DivClassName
{
background-color: #376C88;
}
.BgClassName
{
background-color: #376C88;
}
</style>
border-color css
<style>
span { border-color: #376C88; }
span { border-color: rgb(55,108,136); }
td.TdClassName
{
border-color: #376C88;
}
.TagClassName
{
border-color: #376C88;
}
</style>