#3F4F73

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

Shades of Astronaut #3F4F73

Tints of Astronaut #3F4F73

Color information

#3F4F73 (or 0x3F4F73) is unknown color: approx Astronaut. HEX triplet: 3F, 4F and 73. RGB value is (63,79,115). Sum of RGB (Red+Green+Blue) = 63+79+115=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F73 is #C0B08C. Grayscale: #4E4E4E. Windows color (decimal): -12628109 or 7556927. OLE color: 7556927.

HSL color Cylindrical-coordinate representation of color #3F4F73: hue angle of 221.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4F73 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6379115-
CMYK0.450.3100.55
HSL221.54º29.21%34.9%-
HSV(B)221.54º45.22%45.1%-
XYZ7.947.8917.32-
YUV78.32148.7117.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=24.51%
G=30.74%
B=44.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63791150.450.3100.55221.5429.2134.9
Hex3F4F732D1F037de1d23
Octal7711716355370673363543
Binary111111100111111100111011011111101101111101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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