#3d4c79

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

Shades of Astronaut #3D4C79

Tints of Astronaut #3D4C79

Color information

#3D4C79 (or 0x3D4C79) is unknown color: approx Astronaut. HEX triplet: 3D, 4C and 79. RGB value is (61,76,121). Sum of RGB (Red+Green+Blue) = 61+76+121=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C79 is #C2B386. Grayscale: #4C4C4C. Windows color (decimal): -12759943 or 7949373. OLE color: 7949373.

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

Color convert

RGB6176121-
CMYK0.500.3700.53
HSL225º32.97%35.69%-
HSV(B)225º49.59%47.45%-
XYZ7.967.5419.13-
YUV76.64153.03116.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=23.64%
G=29.46%
B=46.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61761210.500.3700.5322532.9735.69
Hex3D4C793225035e12124
Octal7511417162450653414144
Binary11110110011001111001110010100101011010111100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d4c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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