Shades of Astral #376F8F
Tints of Astral #376F8F
RGB
CMYK
RGB Variations
Color information
#376F8F (or 0x376F8F) is known color: Astral. HEX triplet: 37, 6F and 8F. RGB value is (55,111,143). Sum of RGB (Red+Green+Blue) = 55+111+143=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #376F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F8F is #C89070. Grayscale: #616161. Windows color (decimal): -13144177 or 9400119. OLE color: 9400119.
HSL color Cylindrical-coordinate representation of color #376F8F: hue angle of 201.82º 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 #376F8F is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 111 | 143 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.44 |
| HSL | 201.82º | 0.44% | 0.39% | - |
| HSV(B) | 201.82º | 0.62% | 0.56% | - |
| XYZ | 12.22 | 14.16 | 28.08 | - |
| YUV | 97.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 143 | 0.62 | 0.22 | 0 | 0.44 | 201.82 | 0.44 | 0.39 |
| Hex | 37 | 6F | 8F | 3E | 16 | 0 | 2C | CA | 2C | 27 |
| Octal | 67 | 157 | 217 | 76 | 26 | 0 | 54 | 312 | 54 | 47 |
| Binary | 110111 | 1101111 | 10001111 | 111110 | 10110 | 0 | 101100 | 11001010 | 101100 | 100111 |
Color Harmonies of #376F8F
Complementary color
Monochromatic Colors of #376F8F
Black with #376F8F
Text Example
Text Example
White with #376F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F8F; }
p { color: rgb(55,111,143); }
H1.HeaderClassName
{
color: #376F8F;
}
.AnyTagClassName
{
color: #376F8F;
}
</style>
background-color css
<style>
a { background-color: #376F8F; }
a { background-color: rgb(55,111,143); }
div.DivClassName
{
background-color: #376F8F;
}
.BgClassName
{
background-color: #376F8F;
}
</style>
border-color css
<style>
span { border-color: #376F8F; }
span { border-color: rgb(55,111,143); }
td.TdClassName
{
border-color: #376F8F;
}
.TagClassName
{
border-color: #376F8F;
}
</style>