#3D5079

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

Shades of Astronaut #3D5079

Tints of Astronaut #3D5079

Color information

#3D5079 (or 0x3D5079) is unknown color: approx Astronaut. HEX triplet: 3D, 50 and 79. RGB value is (61,80,121). Sum of RGB (Red+Green+Blue) = 61+80+121=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D5079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5079 is #C2AF86. Grayscale: #4E4E4E. Windows color (decimal): -12758919 or 7950397. OLE color: 7950397.

HSL color Cylindrical-coordinate representation of color #3D5079: hue angle of 221º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D5079 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6180121-
CMYK0.500.3400.53
HSL221º32.97%35.69%-
HSV(B)221º49.59%47.45%-
XYZ8.248.1119.22-
YUV78.99151.71115.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=23.28%
G=30.53%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61801210.500.3400.5322132.9735.69
Hex3D50793222035dd2124
Octal7512017162420653354144
Binary11110110100001111001110010100010011010111011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5079; }

 p { color: rgb(61,80,121); }

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

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

 a { background-color: rgb(61,80,121); }

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

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

 span { border-color: rgb(61,80,121); }

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