#395171

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

Shades of Astronaut #395171

Tints of Astronaut #395171

Color information

#395171 (or 0x395171) is unknown color: approx Astronaut. HEX triplet: 39, 51 and 71. RGB value is (57,81,113). Sum of RGB (Red+Green+Blue) = 57+81+113=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #395171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395171 is #C6AE8E. Grayscale: #4D4D4D. Windows color (decimal): -13020815 or 7426361. OLE color: 7426361.

HSL color Cylindrical-coordinate representation of color #395171: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395171 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5781113-
CMYK0.500.2800.56
HSL214.29º32.94%33.33%-
HSV(B)214.29º49.56%44.31%-
XYZ7.617.9516.76-
YUV77.47148.05113.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=22.71%
G=32.27%
B=45.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57811130.500.2800.56214.2932.9433.33
Hex395171321C038d62121
Octal7112116162340703264141
Binary1110011010001111000111001011100011100011010110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395171; }

 p { color: rgb(57,81,113); }

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

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

 a { background-color: rgb(57,81,113); }

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

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

 span { border-color: rgb(57,81,113); }

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