Shades of Astral #377690
Tints of Astral #377690
RGB
CMYK
RGB Variations
Color information
#377690 (or 0x377690) is known color: Astral. HEX triplet: 37, 76 and 90. RGB value is (55,118,144). Sum of RGB (Red+Green+Blue) = 55+118+144=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #377690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377690 is #C8896F. Grayscale: #656565. Windows color (decimal): -13142384 or 9467447. OLE color: 9467447.
HSL color Cylindrical-coordinate representation of color #377690: hue angle of 197.53º degrees, saturation: 0.45, 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 #377690 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 118 | 144 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.44 |
| HSL | 197.53º | 0.45% | 0.39% | - |
| HSV(B) | 197.53º | 0.62% | 0.56% | - |
| XYZ | 13.09 | 15.78 | 28.74 | - |
| YUV | 102.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 144 | 0.62 | 0.18 | 0 | 0.44 | 197.53 | 0.45 | 0.39 |
| Hex | 37 | 76 | 90 | 3E | 12 | 0 | 2C | C6 | 2D | 27 |
| Octal | 67 | 166 | 220 | 76 | 22 | 0 | 54 | 306 | 55 | 47 |
| Binary | 110111 | 1110110 | 10010000 | 111110 | 10010 | 0 | 101100 | 11000110 | 101101 | 100111 |
Color Harmonies of #377690
Complementary color
Monochromatic Colors of #377690
Black with #377690
Text Example
Text Example
White with #377690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377690; }
p { color: rgb(55,118,144); }
H1.HeaderClassName
{
color: #377690;
}
.AnyTagClassName
{
color: #377690;
}
</style>
background-color css
<style>
a { background-color: #377690; }
a { background-color: rgb(55,118,144); }
div.DivClassName
{
background-color: #377690;
}
.BgClassName
{
background-color: #377690;
}
</style>
border-color css
<style>
span { border-color: #377690; }
span { border-color: rgb(55,118,144); }
td.TdClassName
{
border-color: #377690;
}
.TagClassName
{
border-color: #377690;
}
</style>