Shades of Astral #377695
Tints of Astral #377695
RGB
CMYK
RGB Variations
Color information
#377695 (or 0x377695) is known color: Astral. HEX triplet: 37, 76 and 95. RGB value is (55,118,149). Sum of RGB (Red+Green+Blue) = 55+118+149=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #377695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377695 is #C8896A. Grayscale: #666666. Windows color (decimal): -13142379 or 9795127. OLE color: 9795127.
HSL color Cylindrical-coordinate representation of color #377695: hue angle of 199.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377695 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 118 | 149 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.42 |
| HSL | 199.79º | 0.46% | 0.4% | - |
| HSV(B) | 199.79º | 0.63% | 0.58% | - |
| XYZ | 13.48 | 15.94 | 30.8 | - |
| YUV | 102.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 149 | 0.63 | 0.21 | 0 | 0.42 | 199.79 | 0.46 | 0.4 |
| Hex | 37 | 76 | 95 | 3F | 15 | 0 | 2A | C8 | 2E | 28 |
| Octal | 67 | 166 | 225 | 77 | 25 | 0 | 52 | 310 | 56 | 50 |
| Binary | 110111 | 1110110 | 10010101 | 111111 | 10101 | 0 | 101010 | 11001000 | 101110 | 101000 |
Color Harmonies of #377695
Complementary color
Monochromatic Colors of #377695
Black with #377695
Text Example
Text Example
White with #377695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377695; }
p { color: rgb(55,118,149); }
H1.HeaderClassName
{
color: #377695;
}
.AnyTagClassName
{
color: #377695;
}
</style>
background-color css
<style>
a { background-color: #377695; }
a { background-color: rgb(55,118,149); }
div.DivClassName
{
background-color: #377695;
}
.BgClassName
{
background-color: #377695;
}
</style>
border-color css
<style>
span { border-color: #377695; }
span { border-color: rgb(55,118,149); }
td.TdClassName
{
border-color: #377695;
}
.TagClassName
{
border-color: #377695;
}
</style>