Shades of Astral #377289
Tints of Astral #377289
RGB
CMYK
RGB Variations
Color information
#377289 (or 0x377289) is known color: Astral. HEX triplet: 37, 72 and 89. RGB value is (55,114,137). Sum of RGB (Red+Green+Blue) = 55+114+137=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #377289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377289 is #C88D76. Grayscale: #626262. Windows color (decimal): -13143415 or 9007671. OLE color: 9007671.
HSL color Cylindrical-coordinate representation of color #377289: hue angle of 196.83º 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 #377289 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 114 | 137 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.46 |
| HSL | 196.83º | 0.43% | 0.38% | - |
| HSV(B) | 196.83º | 0.6% | 0.54% | - |
| XYZ | 12.11 | 14.65 | 25.86 | - |
| YUV | 98.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 137 | 0.60 | 0.17 | 0 | 0.46 | 196.83 | 0.43 | 0.38 |
| Hex | 37 | 72 | 89 | 3C | 11 | 0 | 2E | C5 | 2B | 26 |
| Octal | 67 | 162 | 211 | 74 | 21 | 0 | 56 | 305 | 53 | 46 |
| Binary | 110111 | 1110010 | 10001001 | 111100 | 10001 | 0 | 101110 | 11000101 | 101011 | 100110 |
Color Harmonies of #377289
Complementary color
Monochromatic Colors of #377289
Black with #377289
Text Example
Text Example
White with #377289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377289; }
p { color: rgb(55,114,137); }
H1.HeaderClassName
{
color: #377289;
}
.AnyTagClassName
{
color: #377289;
}
</style>
background-color css
<style>
a { background-color: #377289; }
a { background-color: rgb(55,114,137); }
div.DivClassName
{
background-color: #377289;
}
.BgClassName
{
background-color: #377289;
}
</style>
border-color css
<style>
span { border-color: #377289; }
span { border-color: rgb(55,114,137); }
td.TdClassName
{
border-color: #377289;
}
.TagClassName
{
border-color: #377289;
}
</style>