#354A71

Color #354A71 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #354A71

Tints of Astronaut #354A71

Color information

#354A71 (or 0x354A71) is unknown color: approx Astronaut. HEX triplet: 35, 4A and 71. RGB value is (53,74,113). Sum of RGB (Red+Green+Blue) = 53+74+113=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #354A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A71 is #CAB58E. Grayscale: #474747. Windows color (decimal): -13284751 or 7424565. OLE color: 7424565.

HSL color Cylindrical-coordinate representation of color #354A71: hue angle of 219º 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 #354A71 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5374113-
CMYK0.530.3500.56
HSL219º36.14%32.55%-
HSV(B)219º53.1%44.31%-
XYZ6.96.8516.58-
YUV72.17151.04114.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=22.08%
G=30.83%
B=47.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53741130.530.3500.5621936.1432.55
Hex354A713523038db2421
Octal6511216165430703334441
Binary11010110010101110001110101100011011100011011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354A71; }

 p { color: rgb(53,74,113); }

 H1.HeaderClassName
 {
   color: #354A71;
 }
 .AnyTagClassName
 {
   color: #354A71;
 }
</style>
background-color css

<style>
 a { background-color: #354A71; }

 a { background-color: rgb(53,74,113); }

 div.DivClassName
 {
   background-color: #354A71;
 }
 .BgClassName
 {
   background-color: #354A71;
 }
</style>
border-color css

<style>
 span { border-color: #354A71; }

 span { border-color: rgb(53,74,113); }

 td.TdClassName
 {
   border-color: #354A71;
 }
 .TagClassName
 {
   border-color: #354A71;
 }
</style>