Shades of Astronaut #374E74
Tints of Astronaut #374E74
RGB
CMYK
RGB Variations
Color information
#374E74 (or 0x374E74) is known color: Astronaut. HEX triplet: 37, 4E and 74. RGB value is (55,78,116). Sum of RGB (Red+Green+Blue) = 55+78+116=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #374E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E74 is #C8B18B. Grayscale: #4B4B4B. Windows color (decimal): -13152652 or 7622199. OLE color: 7622199.
HSL color Cylindrical-coordinate representation of color #374E74: hue angle of 217.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374E74 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 78 | 116 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.55 |
| HSL | 217.38º | 0.36% | 0.34% | - |
| HSV(B) | 217.38º | 0.53% | 0.45% | - |
| XYZ | 7.45 | 7.52 | 17.58 | - |
| YUV | 75.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 116 | 0.53 | 0.33 | 0 | 0.55 | 217.38 | 0.36 | 0.34 |
| Hex | 37 | 4E | 74 | 35 | 21 | 0 | 37 | D9 | 24 | 22 |
| Octal | 67 | 116 | 164 | 65 | 41 | 0 | 67 | 331 | 44 | 42 |
| Binary | 110111 | 1001110 | 1110100 | 110101 | 100001 | 0 | 110111 | 11011001 | 100100 | 100010 |
Color Harmonies of #374E74
Complementary color
Monochromatic Colors of #374E74
Black with #374E74
Text Example
Text Example
White with #374E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E74; }
p { color: rgb(55,78,116); }
H1.HeaderClassName
{
color: #374E74;
}
.AnyTagClassName
{
color: #374E74;
}
</style>
background-color css
<style>
a { background-color: #374E74; }
a { background-color: rgb(55,78,116); }
div.DivClassName
{
background-color: #374E74;
}
.BgClassName
{
background-color: #374E74;
}
</style>
border-color css
<style>
span { border-color: #374E74; }
span { border-color: rgb(55,78,116); }
td.TdClassName
{
border-color: #374E74;
}
.TagClassName
{
border-color: #374E74;
}
</style>