#3D516C

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

Shades of Astronaut #3D516C

Tints of Astronaut #3D516C

Color information

#3D516C (or 0x3D516C) is unknown color: approx Astronaut. HEX triplet: 3D, 51 and 6C. RGB value is (61,81,108). Sum of RGB (Red+Green+Blue) = 61+81+108=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D516C is #C2AE93. Grayscale: #4D4D4D. Windows color (decimal): -12758676 or 7098685. OLE color: 7098685.

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

Color convert

RGB6181108-
CMYK0.440.2500.58
HSL214.47º27.81%33.14%-
HSV(B)214.47º43.52%42.35%-
XYZ7.577.9615.32-
YUV78.1144.87115.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=24.4%
G=32.4%
B=43.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61811080.440.2500.58214.4727.8133.14
Hex3D516C2C1903Ad61c21
Octal7512115454310723263441
Binary111101101000111011001011001100101110101101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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