Shades of Astral #377589
Tints of Astral #377589
RGB
CMYK
RGB Variations
Color information
#377589 (or 0x377589) is known color: Astral. HEX triplet: 37, 75 and 89. RGB value is (55,117,137). Sum of RGB (Red+Green+Blue) = 55+117+137=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #377589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377589 is #C88A76. Grayscale: #646464. Windows color (decimal): -13142647 or 9008439. OLE color: 9008439.
HSL color Cylindrical-coordinate representation of color #377589: hue angle of 194.63º 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 #377589 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 117 | 137 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.46 |
| HSL | 194.63º | 0.43% | 0.38% | - |
| HSV(B) | 194.63º | 0.6% | 0.54% | - |
| XYZ | 12.45 | 15.34 | 25.97 | - |
| YUV | 100.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 137 | 0.60 | 0.15 | 0 | 0.46 | 194.63 | 0.43 | 0.38 |
| Hex | 37 | 75 | 89 | 3C | F | 0 | 2E | C3 | 2B | 26 |
| Octal | 67 | 165 | 211 | 74 | 17 | 0 | 56 | 303 | 53 | 46 |
| Binary | 110111 | 1110101 | 10001001 | 111100 | 1111 | 0 | 101110 | 11000011 | 101011 | 100110 |
Color Harmonies of #377589
Complementary color
Monochromatic Colors of #377589
Black with #377589
Text Example
Text Example
White with #377589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377589; }
p { color: rgb(55,117,137); }
H1.HeaderClassName
{
color: #377589;
}
.AnyTagClassName
{
color: #377589;
}
</style>
background-color css
<style>
a { background-color: #377589; }
a { background-color: rgb(55,117,137); }
div.DivClassName
{
background-color: #377589;
}
.BgClassName
{
background-color: #377589;
}
</style>
border-color css
<style>
span { border-color: #377589; }
span { border-color: rgb(55,117,137); }
td.TdClassName
{
border-color: #377589;
}
.TagClassName
{
border-color: #377589;
}
</style>