#354B71

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

Shades of Astronaut #354B71

Tints of Astronaut #354B71

Color information

#354B71 (or 0x354B71) is unknown color: approx Astronaut. HEX triplet: 35, 4B and 71. RGB value is (53,75,113). Sum of RGB (Red+Green+Blue) = 53+75+113=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #354B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B71 is #CAB48E. Grayscale: #484848. Windows color (decimal): -13284495 or 7424821. OLE color: 7424821.

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

Color convert

RGB5375113-
CMYK0.530.3400.56
HSL218º36.14%32.55%-
HSV(B)218º53.1%44.31%-
XYZ6.966.9816.6-
YUV72.75150.71113.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=21.99%
G=31.12%
B=46.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53751130.530.3400.5621836.1432.55
Hex354B713522038da2421
Octal6511316165420703324441
Binary11010110010111110001110101100010011100011011010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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