Shades of Astral #377385
Tints of Astral #377385
RGB
CMYK
RGB Variations
Color information
#377385 (or 0x377385) is known color: Astral. HEX triplet: 37, 73 and 85. RGB value is (55,115,133). Sum of RGB (Red+Green+Blue) = 55+115+133=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #377385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377385 is #C88C7A. Grayscale: #626262. Windows color (decimal): -13143163 or 8745783. OLE color: 8745783.
HSL color Cylindrical-coordinate representation of color #377385: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377385 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 115 | 133 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.48 |
| HSL | 193.85º | 0.41% | 0.37% | - |
| HSV(B) | 193.85º | 0.59% | 0.52% | - |
| XYZ | 11.94 | 14.77 | 24.41 | - |
| YUV | 99.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 133 | 0.59 | 0.14 | 0 | 0.48 | 193.85 | 0.41 | 0.37 |
| Hex | 37 | 73 | 85 | 3B | E | 0 | 30 | C2 | 29 | 25 |
| Octal | 67 | 163 | 205 | 73 | 16 | 0 | 60 | 302 | 51 | 45 |
| Binary | 110111 | 1110011 | 10000101 | 111011 | 1110 | 0 | 110000 | 11000010 | 101001 | 100101 |
Color Harmonies of #377385
Complementary color
Monochromatic Colors of #377385
Black with #377385
Text Example
Text Example
White with #377385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377385; }
p { color: rgb(55,115,133); }
H1.HeaderClassName
{
color: #377385;
}
.AnyTagClassName
{
color: #377385;
}
</style>
background-color css
<style>
a { background-color: #377385; }
a { background-color: rgb(55,115,133); }
div.DivClassName
{
background-color: #377385;
}
.BgClassName
{
background-color: #377385;
}
</style>
border-color css
<style>
span { border-color: #377385; }
span { border-color: rgb(55,115,133); }
td.TdClassName
{
border-color: #377385;
}
.TagClassName
{
border-color: #377385;
}
</style>