#3F4F79

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

Shades of Astronaut #3F4F79

Tints of Astronaut #3F4F79

Color information

#3F4F79 (or 0x3F4F79) is unknown color: approx Astronaut. HEX triplet: 3F, 4F and 79. RGB value is (63,79,121). Sum of RGB (Red+Green+Blue) = 63+79+121=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F4F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F79 is #C0B086. Grayscale: #4E4E4E. Windows color (decimal): -12628103 or 7950143. OLE color: 7950143.

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

Color convert

RGB6379121-
CMYK0.480.3500.53
HSL223.45º31.52%36.08%-
HSV(B)223.45º47.93%47.45%-
XYZ8.38.0319.2-
YUV79151.7116.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=23.95%
G=30.04%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63791210.480.3500.53223.4531.5236.08
Hex3F4F793023035df2024
Octal7711717160430653374044
Binary11111110011111111001110000100011011010111011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,121); }

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

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

 a { background-color: rgb(63,79,121); }

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

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

 span { border-color: rgb(63,79,121); }

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