Shades of Astronaut #354A72
Tints of Astronaut #354A72
RGB
CMYK
RGB Variations
Color information
#354A72 (or 0x354A72) is known color: Astronaut. HEX triplet: 35, 4A and 72. RGB value is (53,74,114). Sum of RGB (Red+Green+Blue) = 53+74+114=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #354A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A72 is #CAB58D. Grayscale: #484848. Windows color (decimal): -13284750 or 7490101. OLE color: 7490101.
HSL color Cylindrical-coordinate representation of color #354A72: hue angle of 219.34º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354A72 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 74 | 114 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.55 |
| HSL | 219.34º | 0.37% | 0.33% | - |
| HSV(B) | 219.34º | 0.54% | 0.45% | - |
| XYZ | 6.95 | 6.87 | 16.88 | - |
| YUV | 72.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 114 | 0.54 | 0.35 | 0 | 0.55 | 219.34 | 0.37 | 0.33 |
| Hex | 35 | 4A | 72 | 36 | 23 | 0 | 37 | DB | 25 | 21 |
| Octal | 65 | 112 | 162 | 66 | 43 | 0 | 67 | 333 | 45 | 41 |
| Binary | 110101 | 1001010 | 1110010 | 110110 | 100011 | 0 | 110111 | 11011011 | 100101 | 100001 |
Color Harmonies of #354A72
Complementary color
Monochromatic Colors of #354A72
Black with #354A72
Text Example
Text Example
White with #354A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A72; }
p { color: rgb(53,74,114); }
H1.HeaderClassName
{
color: #354A72;
}
.AnyTagClassName
{
color: #354A72;
}
</style>
background-color css
<style>
a { background-color: #354A72; }
a { background-color: rgb(53,74,114); }
div.DivClassName
{
background-color: #354A72;
}
.BgClassName
{
background-color: #354A72;
}
</style>
border-color css
<style>
span { border-color: #354A72; }
span { border-color: rgb(53,74,114); }
td.TdClassName
{
border-color: #354A72;
}
.TagClassName
{
border-color: #354A72;
}
</style>