Shades of Astronaut #374E70
Tints of Astronaut #374E70
RGB
CMYK
RGB Variations
Color information
#374E70 (or 0x374E70) is known color: Astronaut. HEX triplet: 37, 4E and 70. RGB value is (55,78,112). Sum of RGB (Red+Green+Blue) = 55+78+112=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #374E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E70 is #C8B18F. Grayscale: #4A4A4A. Windows color (decimal): -13152656 or 7360055. OLE color: 7360055.
HSL color Cylindrical-coordinate representation of color #374E70: hue angle of 215.79º 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 #374E70 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 78 | 112 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.56 |
| HSL | 215.79º | 0.34% | 0.33% | - |
| HSV(B) | 215.79º | 0.51% | 0.44% | - |
| XYZ | 7.22 | 7.43 | 16.38 | - |
| YUV | 75 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 112 | 0.51 | 0.30 | 0 | 0.56 | 215.79 | 0.34 | 0.33 |
| Hex | 37 | 4E | 70 | 33 | 1E | 0 | 38 | D8 | 22 | 21 |
| Octal | 67 | 116 | 160 | 63 | 36 | 0 | 70 | 330 | 42 | 41 |
| Binary | 110111 | 1001110 | 1110000 | 110011 | 11110 | 0 | 111000 | 11011000 | 100010 | 100001 |
Color Harmonies of #374E70
Complementary color
Monochromatic Colors of #374E70
Black with #374E70
Text Example
Text Example
White with #374E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E70; }
p { color: rgb(55,78,112); }
H1.HeaderClassName
{
color: #374E70;
}
.AnyTagClassName
{
color: #374E70;
}
</style>
background-color css
<style>
a { background-color: #374E70; }
a { background-color: rgb(55,78,112); }
div.DivClassName
{
background-color: #374E70;
}
.BgClassName
{
background-color: #374E70;
}
</style>
border-color css
<style>
span { border-color: #374E70; }
span { border-color: rgb(55,78,112); }
td.TdClassName
{
border-color: #374E70;
}
.TagClassName
{
border-color: #374E70;
}
</style>