#3D4C74

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

Shades of Astronaut #3D4C74

Tints of Astronaut #3D4C74

Color information

#3D4C74 (or 0x3D4C74) is unknown color: approx Astronaut. HEX triplet: 3D, 4C and 74. RGB value is (61,76,116). Sum of RGB (Red+Green+Blue) = 61+76+116=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C74 is #C2B38B. Grayscale: #4B4B4B. Windows color (decimal): -12759948 or 7621693. OLE color: 7621693.

HSL color Cylindrical-coordinate representation of color #3D4C74: hue angle of 223.64º 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 #3D4C74 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6176116-
CMYK0.470.3400.55
HSL223.64º31.07%34.71%-
HSV(B)223.64º47.41%45.49%-
XYZ7.667.4217.55-
YUV76.08150.53117.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=24.11%
G=30.04%
B=45.85%

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
Decimal61761160.470.3400.55223.6431.0734.71
Hex3D4C742F22037e01f23
Octal7511416457420673403743
Binary1111011001100111010010111110001001101111110000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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