#3F507C

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

Shades of Astronaut #3F507C

Tints of Astronaut #3F507C

Color information

#3F507C (or 0x3F507C) is unknown color: approx Astronaut. HEX triplet: 3F, 50 and 7C. RGB value is (63,80,124). Sum of RGB (Red+Green+Blue) = 63+80+124=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F507C is #C0AF83. Grayscale: #4F4F4F. Windows color (decimal): -12627844 or 8147007. OLE color: 8147007.

HSL color Cylindrical-coordinate representation of color #3F507C: hue angle of 223.28º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F507C is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6380124-
CMYK0.490.3500.51
HSL223.28º32.62%36.67%-
HSV(B)223.28º49.19%48.63%-
XYZ8.568.2520.21-
YUV79.93152.87115.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=23.60%
G=29.96%
B=46.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63801240.490.3500.51223.2832.6236.67
Hex3F507C3123033df2125
Octal7712017461430633374145
Binary11111110100001111100110001100011011001111011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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