#3F5071

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

Shades of Astronaut #3F5071

Tints of Astronaut #3F5071

Color information

#3F5071 (or 0x3F5071) is unknown color: approx Astronaut. HEX triplet: 3F, 50 and 71. RGB value is (63,80,113). Sum of RGB (Red+Green+Blue) = 63+80+113=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5071 is #C0AF8E. Grayscale: #4E4E4E. Windows color (decimal): -12627855 or 7426111. OLE color: 7426111.

HSL color Cylindrical-coordinate representation of color #3F5071: hue angle of 219.6º 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 #3F5071 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6380113-
CMYK0.440.2900.56
HSL219.6º28.41%34.51%-
HSV(B)219.6º44.25%44.31%-
XYZ7.97.9916.75-
YUV78.68147.37116.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=24.61%
G=31.25%
B=44.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63801130.440.2900.56219.628.4134.51
Hex3F50712C1D038dc1c23
Octal7712016154350703343443
Binary111111101000011100011011001110101110001101110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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