Shades of Astronaut #374F73
Tints of Astronaut #374F73
RGB
CMYK
RGB Variations
Color information
#374F73 (or 0x374F73) is known color: Astronaut. HEX triplet: 37, 4F and 73. RGB value is (55,79,115). Sum of RGB (Red+Green+Blue) = 55+79+115=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #374F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F73 is #C8B08C. Grayscale: #4B4B4B. Windows color (decimal): -13152397 or 7556919. OLE color: 7556919.
HSL color Cylindrical-coordinate representation of color #374F73: hue angle of 216º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374F73 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 79 | 115 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.55 |
| HSL | 216º | 0.35% | 0.33% | - |
| HSV(B) | 216º | 0.52% | 0.45% | - |
| XYZ | 7.47 | 7.64 | 17.3 | - |
| YUV | 75.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 115 | 0.52 | 0.31 | 0 | 0.55 | 216 | 0.35 | 0.33 |
| Hex | 37 | 4F | 73 | 34 | 1F | 0 | 37 | D8 | 23 | 21 |
| Octal | 67 | 117 | 163 | 64 | 37 | 0 | 67 | 330 | 43 | 41 |
| Binary | 110111 | 1001111 | 1110011 | 110100 | 11111 | 0 | 110111 | 11011000 | 100011 | 100001 |
Color Harmonies of #374F73
Complementary color
Monochromatic Colors of #374F73
Black with #374F73
Text Example
Text Example
White with #374F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F73; }
p { color: rgb(55,79,115); }
H1.HeaderClassName
{
color: #374F73;
}
.AnyTagClassName
{
color: #374F73;
}
</style>
background-color css
<style>
a { background-color: #374F73; }
a { background-color: rgb(55,79,115); }
div.DivClassName
{
background-color: #374F73;
}
.BgClassName
{
background-color: #374F73;
}
</style>
border-color css
<style>
span { border-color: #374F73; }
span { border-color: rgb(55,79,115); }
td.TdClassName
{
border-color: #374F73;
}
.TagClassName
{
border-color: #374F73;
}
</style>