Shades of Astral #377192
Tints of Astral #377192
RGB
CMYK
RGB Variations
Color information
#377192 (or 0x377192) is known color: Astral. HEX triplet: 37, 71 and 92. RGB value is (55,113,146). Sum of RGB (Red+Green+Blue) = 55+113+146=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #377192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377192 is #C88E6D. Grayscale: #636363. Windows color (decimal): -13143662 or 9597239. OLE color: 9597239.
HSL color Cylindrical-coordinate representation of color #377192: hue angle of 201.76º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377192 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 113 | 146 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.43 |
| HSL | 201.76º | 0.45% | 0.39% | - |
| HSV(B) | 201.76º | 0.62% | 0.57% | - |
| XYZ | 12.67 | 14.7 | 29.36 | - |
| YUV | 99.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 146 | 0.62 | 0.23 | 0 | 0.43 | 201.76 | 0.45 | 0.39 |
| Hex | 37 | 71 | 92 | 3E | 17 | 0 | 2B | CA | 2D | 27 |
| Octal | 67 | 161 | 222 | 76 | 27 | 0 | 53 | 312 | 55 | 47 |
| Binary | 110111 | 1110001 | 10010010 | 111110 | 10111 | 0 | 101011 | 11001010 | 101101 | 100111 |
Color Harmonies of #377192
Complementary color
Monochromatic Colors of #377192
Black with #377192
Text Example
Text Example
White with #377192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377192; }
p { color: rgb(55,113,146); }
H1.HeaderClassName
{
color: #377192;
}
.AnyTagClassName
{
color: #377192;
}
</style>
background-color css
<style>
a { background-color: #377192; }
a { background-color: rgb(55,113,146); }
div.DivClassName
{
background-color: #377192;
}
.BgClassName
{
background-color: #377192;
}
</style>
border-color css
<style>
span { border-color: #377192; }
span { border-color: rgb(55,113,146); }
td.TdClassName
{
border-color: #377192;
}
.TagClassName
{
border-color: #377192;
}
</style>