Shades of Astronaut #374B6F
Tints of Astronaut #374B6F
RGB
CMYK
RGB Variations
Color information
#374B6F (or 0x374B6F) is known color: Astronaut. HEX triplet: 37, 4B and 6F. RGB value is (55,75,111). Sum of RGB (Red+Green+Blue) = 55+75+111=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #374B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B6F is #C8B490. Grayscale: #484848. Windows color (decimal): -13153425 or 7293751. OLE color: 7293751.
HSL color Cylindrical-coordinate representation of color #374B6F: hue angle of 218.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374B6F is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 75 | 111 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.56 |
| HSL | 218.57º | 0.34% | 0.33% | - |
| HSV(B) | 218.57º | 0.5% | 0.44% | - |
| XYZ | 6.96 | 6.99 | 16.02 | - |
| YUV | 73.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 111 | 0.50 | 0.32 | 0 | 0.56 | 218.57 | 0.34 | 0.33 |
| Hex | 37 | 4B | 6F | 32 | 20 | 0 | 38 | DB | 22 | 21 |
| Octal | 67 | 113 | 157 | 62 | 40 | 0 | 70 | 333 | 42 | 41 |
| Binary | 110111 | 1001011 | 1101111 | 110010 | 100000 | 0 | 111000 | 11011011 | 100010 | 100001 |
Color Harmonies of #374B6F
Complementary color
Monochromatic Colors of #374B6F
Black with #374B6F
Text Example
Text Example
White with #374B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B6F; }
p { color: rgb(55,75,111); }
H1.HeaderClassName
{
color: #374B6F;
}
.AnyTagClassName
{
color: #374B6F;
}
</style>
background-color css
<style>
a { background-color: #374B6F; }
a { background-color: rgb(55,75,111); }
div.DivClassName
{
background-color: #374B6F;
}
.BgClassName
{
background-color: #374B6F;
}
</style>
border-color css
<style>
span { border-color: #374B6F; }
span { border-color: rgb(55,75,111); }
td.TdClassName
{
border-color: #374B6F;
}
.TagClassName
{
border-color: #374B6F;
}
</style>