#3D4C70

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

Shades of Astronaut #3D4C70

Tints of Astronaut #3D4C70

Color information

#3D4C70 (or 0x3D4C70) is unknown color: approx Astronaut. HEX triplet: 3D, 4C and 70. RGB value is (61,76,112). Sum of RGB (Red+Green+Blue) = 61+76+112=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D4C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C70 is #C2B38F. Grayscale: #4B4B4B. Windows color (decimal): -12759952 or 7359549. OLE color: 7359549.

HSL color Cylindrical-coordinate representation of color #3D4C70: hue angle of 222.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4C70 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6176112-
CMYK0.460.3200.56
HSL222.35º29.48%33.92%-
HSV(B)222.35º45.54%43.92%-
XYZ7.437.3316.35-
YUV75.62148.53117.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=24.50%
G=30.52%
B=44.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61761120.460.3200.56222.3529.4833.92
Hex3D4C702E20038de1d22
Octal7511416056400703363542
Binary1111011001100111000010111010000001110001101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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