#3D4F79

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

Shades of Astronaut #3D4F79

Tints of Astronaut #3D4F79

Color information

#3D4F79 (or 0x3D4F79) is unknown color: approx Astronaut. HEX triplet: 3D, 4F and 79. RGB value is (61,79,121). Sum of RGB (Red+Green+Blue) = 61+79+121=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4F79 is #C2B086. Grayscale: #4E4E4E. Windows color (decimal): -12759175 or 7950141. OLE color: 7950141.

HSL color Cylindrical-coordinate representation of color #3D4F79: hue angle of 222º 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 #3D4F79 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6179121-
CMYK0.500.3500.53
HSL222º32.97%35.69%-
HSV(B)222º49.59%47.45%-
XYZ8.177.9619.2-
YUV78.41152.04115.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=23.37%
G=30.27%
B=46.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61791210.500.3500.5322232.9735.69
Hex3D4F793223035de2124
Octal7511717162430653364144
Binary11110110011111111001110010100011011010111011110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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