#354C70

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

Shades of Astronaut #354C70

Tints of Astronaut #354C70

Color information

#354C70 (or 0x354C70) is unknown color: approx Astronaut. HEX triplet: 35, 4C and 70. RGB value is (53,76,112). Sum of RGB (Red+Green+Blue) = 53+76+112=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #354C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C70 is #CAB38F. Grayscale: #494949. Windows color (decimal): -13284240 or 7359541. OLE color: 7359541.

HSL color Cylindrical-coordinate representation of color #354C70: hue angle of 216.61º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354C70 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5376112-
CMYK0.530.3200.56
HSL216.61º35.76%32.35%-
HSV(B)216.61º52.68%43.92%-
XYZ6.987.116.33-
YUV73.23149.88113.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=21.99%
G=31.54%
B=46.47%

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
Decimal53761120.530.3200.56216.6135.7632.35
Hex354C703520038d92420
Octal6511416065400703314440
Binary11010110011001110000110101100000011100011011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,76,112); }

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

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

 a { background-color: rgb(53,76,112); }

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

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

 span { border-color: rgb(53,76,112); }

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