#3F4E7A

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

Shades of Astronaut #3F4E7A

Tints of Astronaut #3F4E7A

Color information

#3F4E7A (or 0x3F4E7A) is unknown color: approx Astronaut. HEX triplet: 3F, 4E and 7A. RGB value is (63,78,122). Sum of RGB (Red+Green+Blue) = 63+78+122=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F4E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E7A is #C0B185. Grayscale: #4E4E4E. Windows color (decimal): -12628358 or 8015423. OLE color: 8015423.

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

Color convert

RGB6378122-
CMYK0.480.3600.52
HSL224.75º31.89%36.27%-
HSV(B)224.75º48.36%47.84%-
XYZ8.297.9119.5-
YUV78.53152.53116.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=23.95%
G=29.66%
B=46.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63781220.480.3600.52224.7531.8936.27
Hex3F4E7A3024034e12024
Octal7711617260440643414044
Binary11111110011101111010110000100100011010011100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,122); }

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

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

 a { background-color: rgb(63,78,122); }

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

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

 span { border-color: rgb(63,78,122); }

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