Shades of Astral #377490
Tints of Astral #377490
RGB
CMYK
RGB Variations
Color information
#377490 (or 0x377490) is known color: Astral. HEX triplet: 37, 74 and 90. RGB value is (55,116,144). Sum of RGB (Red+Green+Blue) = 55+116+144=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #377490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377490 is #C88B6F. Grayscale: #646464. Windows color (decimal): -13142896 or 9466935. OLE color: 9466935.
HSL color Cylindrical-coordinate representation of color #377490: hue angle of 198.88º 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 #377490 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 116 | 144 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.44 |
| HSL | 198.88º | 0.45% | 0.39% | - |
| HSV(B) | 198.88º | 0.62% | 0.56% | - |
| XYZ | 12.85 | 15.32 | 28.66 | - |
| YUV | 100.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 144 | 0.62 | 0.19 | 0 | 0.44 | 198.88 | 0.45 | 0.39 |
| Hex | 37 | 74 | 90 | 3E | 13 | 0 | 2C | C7 | 2D | 27 |
| Octal | 67 | 164 | 220 | 76 | 23 | 0 | 54 | 307 | 55 | 47 |
| Binary | 110111 | 1110100 | 10010000 | 111110 | 10011 | 0 | 101100 | 11000111 | 101101 | 100111 |
Color Harmonies of #377490
Complementary color
Monochromatic Colors of #377490
Black with #377490
Text Example
Text Example
White with #377490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377490; }
p { color: rgb(55,116,144); }
H1.HeaderClassName
{
color: #377490;
}
.AnyTagClassName
{
color: #377490;
}
</style>
background-color css
<style>
a { background-color: #377490; }
a { background-color: rgb(55,116,144); }
div.DivClassName
{
background-color: #377490;
}
.BgClassName
{
background-color: #377490;
}
</style>
border-color css
<style>
span { border-color: #377490; }
span { border-color: rgb(55,116,144); }
td.TdClassName
{
border-color: #377490;
}
.TagClassName
{
border-color: #377490;
}
</style>