#354D71

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

Shades of Astronaut #354D71

Tints of Astronaut #354D71

Color information

#354D71 (or 0x354D71) is unknown color: approx 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

RGB5377113-
CMYK0.530.3200.56
HSL216º36.14%32.55%-
HSV(B)216º53.1%44.31%-
XYZ7.17.2616.65-
YUV73.93150.05113.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=21.81%
G=31.69%
B=46.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53771130.530.3200.5621636.1432.55
Hex354D713520038d82421
Octal6511516165400703304441
Binary11010110011011110001110101100000011100011011000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>