#3F4C73

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

Shades of Astronaut #3F4C73

Tints of Astronaut #3F4C73

Color information

#3F4C73 (or 0x3F4C73) is unknown color: approx Astronaut. HEX triplet: 3F, 4C and 73. RGB value is (63,76,115). Sum of RGB (Red+Green+Blue) = 63+76+115=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C73 is #C0B38C. Grayscale: #4C4C4C. Windows color (decimal): -12628877 or 7556159. OLE color: 7556159.

HSL color Cylindrical-coordinate representation of color #3F4C73: hue angle of 225º 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 #3F4C73 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6376115-
CMYK0.450.3400.55
HSL225º29.21%34.9%-
HSV(B)225º45.22%45.1%-
XYZ7.737.4617.25-
YUV76.56149.69118.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=24.80%
G=29.92%
B=45.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63761150.450.3400.5522529.2134.9
Hex3F4C732D22037e11d23
Octal7711416355420673413543
Binary1111111001100111001110110110001001101111110000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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