Shades of Astronaut #354D71
Tints of Astronaut #354D71
RGB
CMYK
RGB Variations
Color information
#354D71 (or 0x354D71) is known color: Astronaut. HEX triplet: 35, 4D and 71. RGB value is (53,77,113). Sum of RGB (Red+Green+Blue) = 53+77+113=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #354D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D71 is #CAB28E. Grayscale: #494949. Windows color (decimal): -13283983 or 7425333. OLE color: 7425333.
HSL color Cylindrical-coordinate representation of color #354D71: hue angle of 216º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354D71 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 77 | 113 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.56 |
| HSL | 216º | 0.36% | 0.33% | - |
| HSV(B) | 216º | 0.53% | 0.44% | - |
| XYZ | 7.1 | 7.26 | 16.65 | - |
| YUV | 73.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 113 | 0.53 | 0.32 | 0 | 0.56 | 216 | 0.36 | 0.33 |
| Hex | 35 | 4D | 71 | 35 | 20 | 0 | 38 | D8 | 24 | 21 |
| Octal | 65 | 115 | 161 | 65 | 40 | 0 | 70 | 330 | 44 | 41 |
| Binary | 110101 | 1001101 | 1110001 | 110101 | 100000 | 0 | 111000 | 11011000 | 100100 | 100001 |
Color Harmonies of #354D71
Complementary color
Monochromatic Colors of #354D71
Black with #354D71
Text Example
Text Example
White with #354D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D71; }
p { color: rgb(53,77,113); }
H1.HeaderClassName
{
color: #354D71;
}
.AnyTagClassName
{
color: #354D71;
}
</style>
background-color css
<style>
a { background-color: #354D71; }
a { background-color: rgb(53,77,113); }
div.DivClassName
{
background-color: #354D71;
}
.BgClassName
{
background-color: #354D71;
}
</style>
border-color css
<style>
span { border-color: #354D71; }
span { border-color: rgb(53,77,113); }
td.TdClassName
{
border-color: #354D71;
}
.TagClassName
{
border-color: #354D71;
}
</style>