#395076

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

Shades of Astronaut #395076

Tints of Astronaut #395076

Color information

#395076 (or 0x395076) is unknown color: approx Astronaut. HEX triplet: 39, 50 and 76. RGB value is (57,80,118). Sum of RGB (Red+Green+Blue) = 57+80+118=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #395076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395076 is #C6AF89. Grayscale: #4D4D4D. Windows color (decimal): -13021066 or 7753785. OLE color: 7753785.

HSL color Cylindrical-coordinate representation of color #395076: hue angle of 217.38º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395076 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5780118-
CMYK0.520.3200.54
HSL217.38º34.86%34.31%-
HSV(B)217.38º51.69%46.27%-
XYZ7.837.9218.25-
YUV77.45150.88113.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=22.35%
G=31.37%
B=46.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57801180.520.3200.54217.3834.8634.31
Hex3950763420036d92322
Octal7112016664400663314342
Binary11100110100001110110110100100000011011011011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395076; }

 p { color: rgb(57,80,118); }

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

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

 a { background-color: rgb(57,80,118); }

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

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

 span { border-color: rgb(57,80,118); }

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