#3F4A71

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

Shades of Astronaut #3F4A71

Tints of Astronaut #3F4A71

Color information

#3F4A71 (or 0x3F4A71) is unknown color: approx Astronaut. HEX triplet: 3F, 4A and 71. RGB value is (63,74,113). Sum of RGB (Red+Green+Blue) = 63+74+113=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A71 is #C0B58E. Grayscale: #4A4A4A. Windows color (decimal): -12629391 or 7424575. OLE color: 7424575.

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

Color convert

RGB6374113-
CMYK0.440.3500.56
HSL226.8º28.41%34.51%-
HSV(B)226.8º44.25%44.31%-
XYZ7.487.1516.61-
YUV75.16149.36119.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=25.2%
G=29.6%
B=45.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63741130.440.3500.56226.828.4134.51
Hex3F4A712C23038e31c23
Octal7711216154430703433443
Binary1111111001010111000110110010001101110001110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,113); }

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

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

 a { background-color: rgb(63,74,113); }

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

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

 span { border-color: rgb(63,74,113); }

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