Shades of Astronaut #374C71
Tints of Astronaut #374C71
RGB
CMYK
RGB Variations
Color information
#374C71 (or 0x374C71) is known color: Astronaut. HEX triplet: 37, 4C and 71. RGB value is (55,76,113). Sum of RGB (Red+Green+Blue) = 55+76+113=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #374C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C71 is #C8B38E. Grayscale: #494949. Windows color (decimal): -13153167 or 7425079. OLE color: 7425079.
HSL color Cylindrical-coordinate representation of color #374C71: hue angle of 218.28º degrees, saturation: 0.35, 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 #374C71 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 76 | 113 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.56 |
| HSL | 218.28º | 0.35% | 0.33% | - |
| HSV(B) | 218.28º | 0.51% | 0.44% | - |
| XYZ | 7.14 | 7.17 | 16.63 | - |
| YUV | 73.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 113 | 0.51 | 0.33 | 0 | 0.56 | 218.28 | 0.35 | 0.33 |
| Hex | 37 | 4C | 71 | 33 | 21 | 0 | 38 | DA | 23 | 21 |
| Octal | 67 | 114 | 161 | 63 | 41 | 0 | 70 | 332 | 43 | 41 |
| Binary | 110111 | 1001100 | 1110001 | 110011 | 100001 | 0 | 111000 | 11011010 | 100011 | 100001 |
Color Harmonies of #374C71
Complementary color
Monochromatic Colors of #374C71
Black with #374C71
Text Example
Text Example
White with #374C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C71; }
p { color: rgb(55,76,113); }
H1.HeaderClassName
{
color: #374C71;
}
.AnyTagClassName
{
color: #374C71;
}
</style>
background-color css
<style>
a { background-color: #374C71; }
a { background-color: rgb(55,76,113); }
div.DivClassName
{
background-color: #374C71;
}
.BgClassName
{
background-color: #374C71;
}
</style>
border-color css
<style>
span { border-color: #374C71; }
span { border-color: rgb(55,76,113); }
td.TdClassName
{
border-color: #374C71;
}
.TagClassName
{
border-color: #374C71;
}
</style>