Shades of Astral #376A8A
Tints of Astral #376A8A
RGB
CMYK
RGB Variations
Color information
#376A8A (or 0x376A8A) is known color: Astral. HEX triplet: 37, 6A and 8A. RGB value is (55,106,138). Sum of RGB (Red+Green+Blue) = 55+106+138=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #376A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A8A is #C89575. Grayscale: #5E5E5E. Windows color (decimal): -13145462 or 9071159. OLE color: 9071159.
HSL color Cylindrical-coordinate representation of color #376A8A: hue angle of 203.13º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376A8A is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 106 | 138 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.46 |
| HSL | 203.13º | 0.43% | 0.38% | - |
| HSV(B) | 203.13º | 0.6% | 0.54% | - |
| XYZ | 11.32 | 12.96 | 25.95 | - |
| YUV | 94.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 138 | 0.60 | 0.23 | 0 | 0.46 | 203.13 | 0.43 | 0.38 |
| Hex | 37 | 6A | 8A | 3C | 17 | 0 | 2E | CB | 2B | 26 |
| Octal | 67 | 152 | 212 | 74 | 27 | 0 | 56 | 313 | 53 | 46 |
| Binary | 110111 | 1101010 | 10001010 | 111100 | 10111 | 0 | 101110 | 11001011 | 101011 | 100110 |
Color Harmonies of #376A8A
Complementary color
Monochromatic Colors of #376A8A
Black with #376A8A
Text Example
Text Example
White with #376A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A8A; }
p { color: rgb(55,106,138); }
H1.HeaderClassName
{
color: #376A8A;
}
.AnyTagClassName
{
color: #376A8A;
}
</style>
background-color css
<style>
a { background-color: #376A8A; }
a { background-color: rgb(55,106,138); }
div.DivClassName
{
background-color: #376A8A;
}
.BgClassName
{
background-color: #376A8A;
}
</style>
border-color css
<style>
span { border-color: #376A8A; }
span { border-color: rgb(55,106,138); }
td.TdClassName
{
border-color: #376A8A;
}
.TagClassName
{
border-color: #376A8A;
}
</style>