Shades of Astronaut #375070
Tints of Astronaut #375070
RGB
CMYK
RGB Variations
Color information
#375070 (or 0x375070) is known color: Astronaut. HEX triplet: 37, 50 and 70. RGB value is (55,80,112). Sum of RGB (Red+Green+Blue) = 55+80+112=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #375070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375070 is #C8AF8F. Grayscale: #4C4C4C. Windows color (decimal): -13152144 or 7360567. OLE color: 7360567.
HSL color Cylindrical-coordinate representation of color #375070: hue angle of 213.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375070 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 80 | 112 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.56 |
| HSL | 213.68º | 0.34% | 0.33% | - |
| HSV(B) | 213.68º | 0.51% | 0.44% | - |
| XYZ | 7.37 | 7.72 | 16.43 | - |
| YUV | 76.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 112 | 0.51 | 0.29 | 0 | 0.56 | 213.68 | 0.34 | 0.33 |
| Hex | 37 | 50 | 70 | 33 | 1D | 0 | 38 | D6 | 22 | 21 |
| Octal | 67 | 120 | 160 | 63 | 35 | 0 | 70 | 326 | 42 | 41 |
| Binary | 110111 | 1010000 | 1110000 | 110011 | 11101 | 0 | 111000 | 11010110 | 100010 | 100001 |
Color Harmonies of #375070
Complementary color
Monochromatic Colors of #375070
Black with #375070
Text Example
Text Example
White with #375070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375070; }
p { color: rgb(55,80,112); }
H1.HeaderClassName
{
color: #375070;
}
.AnyTagClassName
{
color: #375070;
}
</style>
background-color css
<style>
a { background-color: #375070; }
a { background-color: rgb(55,80,112); }
div.DivClassName
{
background-color: #375070;
}
.BgClassName
{
background-color: #375070;
}
</style>
border-color css
<style>
span { border-color: #375070; }
span { border-color: rgb(55,80,112); }
td.TdClassName
{
border-color: #375070;
}
.TagClassName
{
border-color: #375070;
}
</style>