#354A6D

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

Shades of Astronaut #354A6D

Tints of Astronaut #354A6D

Color information

#354A6D (or 0x354A6D) is unknown color: approx Astronaut. HEX triplet: 35, 4A and 6D. RGB value is (53,74,109). Sum of RGB (Red+Green+Blue) = 53+74+109=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #354A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A6D is #CAB592. Grayscale: #474747. Windows color (decimal): -13284755 or 7162421. OLE color: 7162421.

HSL color Cylindrical-coordinate representation of color #354A6D: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354A6D is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5374109-
CMYK0.510.3200.57
HSL217.5º34.57%31.76%-
HSV(B)217.5º51.38%42.75%-
XYZ6.686.7615.42-
YUV71.71149.04114.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=22.46%
G=31.36%
B=46.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53741090.510.3200.57217.534.5731.76
Hex354A6D3320039da2320
Octal6511215563400713324340
Binary11010110010101101101110011100000011100111011010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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