#3F517C

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

Shades of Astronaut #3F517C

Tints of Astronaut #3F517C

Color information

#3F517C (or 0x3F517C) is unknown color: approx Astronaut. HEX triplet: 3F, 51 and 7C. RGB value is (63,81,124). Sum of RGB (Red+Green+Blue) = 63+81+124=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F517C is #C0AE83. Grayscale: #505050. Windows color (decimal): -12627588 or 8147263. OLE color: 8147263.

HSL color Cylindrical-coordinate representation of color #3F517C: hue angle of 222.3º 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 #3F517C is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6381124-
CMYK0.490.3500.51
HSL222.3º32.62%36.67%-
HSV(B)222.3º49.19%48.63%-
XYZ8.638.420.23-
YUV80.52152.54115.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=23.51%
G=30.22%
B=46.27%

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
Decimal63811240.490.3500.51222.332.6236.67
Hex3F517C3123033de2125
Octal7712117461430633364145
Binary11111110100011111100110001100011011001111011110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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