Shades of Astral #376A8F
Tints of Astral #376A8F
RGB
CMYK
RGB Variations
Color information
#376A8F (or 0x376A8F) is known color: Astral. HEX triplet: 37, 6A and 8F. RGB value is (55,106,143). Sum of RGB (Red+Green+Blue) = 55+106+143=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #376A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A8F is #C89570. Grayscale: #5E5E5E. Windows color (decimal): -13145457 or 9398839. OLE color: 9398839.
HSL color Cylindrical-coordinate representation of color #376A8F: hue angle of 205.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376A8F is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 106 | 143 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.44 |
| HSL | 205.23º | 0.44% | 0.39% | - |
| HSV(B) | 205.23º | 0.62% | 0.56% | - |
| XYZ | 11.69 | 13.1 | 27.9 | - |
| YUV | 94.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 143 | 0.62 | 0.26 | 0 | 0.44 | 205.23 | 0.44 | 0.39 |
| Hex | 37 | 6A | 8F | 3E | 1A | 0 | 2C | CD | 2C | 27 |
| Octal | 67 | 152 | 217 | 76 | 32 | 0 | 54 | 315 | 54 | 47 |
| Binary | 110111 | 1101010 | 10001111 | 111110 | 11010 | 0 | 101100 | 11001101 | 101100 | 100111 |
Color Harmonies of #376A8F
Complementary color
Monochromatic Colors of #376A8F
Black with #376A8F
Text Example
Text Example
White with #376A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A8F; }
p { color: rgb(55,106,143); }
H1.HeaderClassName
{
color: #376A8F;
}
.AnyTagClassName
{
color: #376A8F;
}
</style>
background-color css
<style>
a { background-color: #376A8F; }
a { background-color: rgb(55,106,143); }
div.DivClassName
{
background-color: #376A8F;
}
.BgClassName
{
background-color: #376A8F;
}
</style>
border-color css
<style>
span { border-color: #376A8F; }
span { border-color: rgb(55,106,143); }
td.TdClassName
{
border-color: #376A8F;
}
.TagClassName
{
border-color: #376A8F;
}
</style>