#3F4A77

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

Shades of Astronaut #3F4A77

Tints of Astronaut #3F4A77

Color information

#3F4A77 (or 0x3F4A77) is unknown color: approx Astronaut. HEX triplet: 3F, 4A and 77. RGB value is (63,74,119). Sum of RGB (Red+Green+Blue) = 63+74+119=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A77 is #C0B588. Grayscale: #4B4B4B. Windows color (decimal): -12629385 or 7817791. OLE color: 7817791.

HSL color Cylindrical-coordinate representation of color #3F4A77: hue angle of 228.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4A77 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6374119-
CMYK0.470.3800.53
HSL228.21º30.77%35.69%-
HSV(B)228.21º47.06%46.67%-
XYZ7.837.2918.45-
YUV75.84152.36118.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=24.61%
G=28.91%
B=46.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63741190.470.3800.53228.2130.7735.69
Hex3F4A772F26035e41f24
Octal7711216757460653443744
Binary1111111001010111011110111110011001101011110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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