#3F516C

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

Shades of Astronaut #3F516C

Tints of Astronaut #3F516C

Color information

#3F516C (or 0x3F516C) is unknown color: approx Astronaut. HEX triplet: 3F, 51 and 6C. RGB value is (63,81,108). Sum of RGB (Red+Green+Blue) = 63+81+108=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F516C is #C0AE93. Grayscale: #4E4E4E. Windows color (decimal): -12627604 or 7098687. OLE color: 7098687.

HSL color Cylindrical-coordinate representation of color #3F516C: hue angle of 216º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F516C is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6381108-
CMYK0.420.2500.58
HSL216º26.32%33.53%-
HSV(B)216º41.67%42.35%-
XYZ7.78.0215.33-
YUV78.7144.54116.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=25%
G=32.14%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63811080.420.2500.5821626.3233.53
Hex3F516C2A1903Ad81a22
Octal7712115452310723303242
Binary111111101000111011001010101100101110101101100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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