#354B70

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

Shades of Astronaut #354B70

Tints of Astronaut #354B70

Color information

#354B70 (or 0x354B70) is unknown color: approx Astronaut. HEX triplet: 35, 4B and 70. RGB value is (53,75,112). Sum of RGB (Red+Green+Blue) = 53+75+112=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #354B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B70 is #CAB48F. Grayscale: #484848. Windows color (decimal): -13284496 or 7359285. OLE color: 7359285.

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

Color convert

RGB5375112-
CMYK0.530.3300.56
HSL217.63º35.76%32.35%-
HSV(B)217.63º52.68%43.92%-
XYZ6.916.9616.31-
YUV72.64150.21113.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=22.08%
G=31.25%
B=46.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53751120.530.3300.56217.6335.7632.35
Hex354B703521038da2420
Octal6511316065410703324440
Binary11010110010111110000110101100001011100011011010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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