Shades of Astral #377294
Tints of Astral #377294
RGB
CMYK
RGB Variations
Color information
#377294 (or 0x377294) is known color: Astral. HEX triplet: 37, 72 and 94. RGB value is (55,114,148). Sum of RGB (Red+Green+Blue) = 55+114+148=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #377294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377294 is #C88D6B. Grayscale: #646464. Windows color (decimal): -13143404 or 9728567. OLE color: 9728567.
HSL color Cylindrical-coordinate representation of color #377294: hue angle of 201.94º 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 #377294 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 114 | 148 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.42 |
| HSL | 201.94º | 0.46% | 0.4% | - |
| HSV(B) | 201.94º | 0.63% | 0.58% | - |
| XYZ | 12.94 | 14.98 | 30.23 | - |
| YUV | 100.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 148 | 0.63 | 0.23 | 0 | 0.42 | 201.94 | 0.46 | 0.4 |
| Hex | 37 | 72 | 94 | 3F | 17 | 0 | 2A | CA | 2E | 28 |
| Octal | 67 | 162 | 224 | 77 | 27 | 0 | 52 | 312 | 56 | 50 |
| Binary | 110111 | 1110010 | 10010100 | 111111 | 10111 | 0 | 101010 | 11001010 | 101110 | 101000 |
Color Harmonies of #377294
Complementary color
Monochromatic Colors of #377294
Black with #377294
Text Example
Text Example
White with #377294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377294; }
p { color: rgb(55,114,148); }
H1.HeaderClassName
{
color: #377294;
}
.AnyTagClassName
{
color: #377294;
}
</style>
background-color css
<style>
a { background-color: #377294; }
a { background-color: rgb(55,114,148); }
div.DivClassName
{
background-color: #377294;
}
.BgClassName
{
background-color: #377294;
}
</style>
border-color css
<style>
span { border-color: #377294; }
span { border-color: rgb(55,114,148); }
td.TdClassName
{
border-color: #377294;
}
.TagClassName
{
border-color: #377294;
}
</style>