#3D4D74

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

Shades of Astronaut #3D4D74

Tints of Astronaut #3D4D74

Color information

#3D4D74 (or 0x3D4D74) is unknown color: approx Astronaut. HEX triplet: 3D, 4D and 74. RGB value is (61,77,116). Sum of RGB (Red+Green+Blue) = 61+77+116=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D74 is #C2B28B. Grayscale: #4C4C4C. Windows color (decimal): -12759692 or 7621949. OLE color: 7621949.

HSL color Cylindrical-coordinate representation of color #3D4D74: hue angle of 222.55º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4D74 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6177116-
CMYK0.470.3400.55
HSL222.55º31.07%34.71%-
HSV(B)222.55º47.41%45.49%-
XYZ7.737.5617.57-
YUV76.66150.2116.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=24.02%
G=30.31%
B=45.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61771160.470.3400.55222.5531.0734.71
Hex3D4D742F22037df1f23
Octal7511516457420673373743
Binary1111011001101111010010111110001001101111101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,116); }

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

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

 a { background-color: rgb(61,77,116); }

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

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

 span { border-color: rgb(61,77,116); }

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