#3F5077

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

Shades of Astronaut #3F5077

Tints of Astronaut #3F5077

Color information

#3F5077 (or 0x3F5077) is unknown color: approx Astronaut. HEX triplet: 3F, 50 and 77. RGB value is (63,80,119). Sum of RGB (Red+Green+Blue) = 63+80+119=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5077 is #C0AF88. Grayscale: #4F4F4F. Windows color (decimal): -12627849 or 7819327. OLE color: 7819327.

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

Color convert

RGB6380119-
CMYK0.470.3300.53
HSL221.79º30.77%35.69%-
HSV(B)221.79º47.06%46.67%-
XYZ8.258.1318.59-
YUV79.36150.37116.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=24.05%
G=30.53%
B=45.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63801190.470.3300.53221.7930.7735.69
Hex3F50772F21035de1f24
Octal7712016757410653363744
Binary1111111010000111011110111110000101101011101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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